aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-12-03 13:00:21 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-12-03 13:00:21 +0000
commitc2b4df9148263365e30784ac68306b3105a6f822 (patch)
treebddc7ebfef2c1e1233e00db48188bce8083ea749 /UnitTesting/GTMSenTestCase.m
parent918b8e1664df7b2e0d98daaa3259745bb872c1e5 (diff)
[Author: thomasvl]
@impl doesn't need the superclass. R=dmaclach DELTA=2 (1 added, 0 deleted, 1 changed)
Diffstat (limited to 'UnitTesting/GTMSenTestCase.m')
-rw-r--r--UnitTesting/GTMSenTestCase.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/UnitTesting/GTMSenTestCase.m b/UnitTesting/GTMSenTestCase.m
index 5607c31..81724b0 100644
--- a/UnitTesting/GTMSenTestCase.m
+++ b/UnitTesting/GTMSenTestCase.m
@@ -399,7 +399,8 @@ static int MethodSort(id a, id b, void *context) {
#endif // GTM_IPHONE_SDK && !GTM_IPHONE_USE_SENTEST
-@implementation GTMTestCase : SenTestCase
+@implementation GTMTestCase
+
- (void)invokeTest {
NSAutoreleasePool *localPool = [[NSAutoreleasePool alloc] init];
Class devLogClass = NSClassFromString(@"GTMUnitTestDevLog");