aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-10 04:00:35 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-10 04:00:35 +0000
commit782d59ac084205f1ca998a65ca0d46b47db6b627 (patch)
treea259a492a34b588c6b037bc11bedce27ee1e8d39 /UnitTesting
parent24520303528338589b543a72e3c8194899688607 (diff)
[Author: dmaclach]
Clean up a pile of API upgrade warnings from clang, and the dead store. R=thomasvl DELTA=13 (0 added, 3 deleted, 10 changed)
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMUnitTestingUtilities.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMUnitTestingUtilities.m b/UnitTesting/GTMUnitTestingUtilities.m
index 2d78f23..5ce4219 100644
--- a/UnitTesting/GTMUnitTestingUtilities.m
+++ b/UnitTesting/GTMUnitTestingUtilities.m
@@ -96,7 +96,7 @@ static CGKeyCode GTMKeyCodeForCharCode(CGCharCode charCode);
if ([self areWeBeingUnitTested]) {
[self setUpForUIUnitTests];
}
- [pool release];
+ [pool drain];
}
+ (BOOL)isScreenSaverActive {