aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.h
diff options
context:
space:
mode:
authorGravatar dmaclach <dmaclach@gmail.com>2018-11-13 20:48:36 -0800
committerGravatar GitHub <noreply@github.com>2018-11-13 20:48:36 -0800
commit07dc0ac0b68b69b9e23e07126b02be9b35937154 (patch)
treed76f9d1af480b1310e39834d3518876c4173838b /UnitTesting/GTMSenTestCase.h
parentacc00b258aeef17cff7c8326c28945dd1aec071c (diff)
Remove unused GTMUnitTestDevLog. (#203)
It wasn't being used anywhere.
Diffstat (limited to 'UnitTesting/GTMSenTestCase.h')
-rw-r--r--UnitTesting/GTMSenTestCase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h
index 475e2f4..dad549c 100644
--- a/UnitTesting/GTMSenTestCase.h
+++ b/UnitTesting/GTMSenTestCase.h
@@ -1282,9 +1282,7 @@ GTM_EXTERN NSString *const SenTestLineNumberKey;
#endif // GTM_IPHONE_SDK && !GTM_USING_XCTEST
-// All unittest cases in GTM should inherit from GTMTestCase. It makes sure
-// to set up our logging system correctly to verify logging calls.
-// See GTMUnitTestDevLog.h for details
+// All unittest cases in GTM should inherit from GTMTestCase.
#if GTM_USING_XCTEST
@interface GTMTestCase : XCTestCase
#else