From 6c2f14bc180418cfad42582be6ef1cc6a5413368 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 4 Jun 2010 15:35:57 +0000 Subject: [Author: dmaclach] Turns on the undeclared-selector warning. This may cause builds to fail if they are using our configs. Also cleaned up some whitespace issues. R=thomasvl DELTA=94 (71 added, 22 deleted, 1 changed) --- DebugUtils/GTMMethodCheckTest.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'DebugUtils') diff --git a/DebugUtils/GTMMethodCheckTest.m b/DebugUtils/GTMMethodCheckTest.m index 974dfaf..1fba238 100644 --- a/DebugUtils/GTMMethodCheckTest.m +++ b/DebugUtils/GTMMethodCheckTest.m @@ -5,9 +5,9 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy // of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -22,6 +22,7 @@ static BOOL gTestCheckVar = NO; @interface GTMMethodCheckTest : GTMTestCase + (void)GTMMethodCheckTestClassMethod; +- (void)GTMMethodCheckTestMethod; @end @implementation GTMMethodCheckTest @@ -45,7 +46,7 @@ GTM_METHOD_CHECK(GTMMethodCheckTest, GTMMethodCheckTestClassMethod); // GTMMethodCheck only runs in debug STAssertTrue(gTestCheckVar, @"Should be true"); #endif - + // Next two calls just verify our code coverage [self GTMMethodCheckTestMethod]; [[self class] GTMMethodCheckTestClassMethod]; -- cgit v1.2.3