aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UnitTesting/GTMCodeCoverageTestsST.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnitTesting/GTMCodeCoverageTestsST.m b/UnitTesting/GTMCodeCoverageTestsST.m
index 6ace55f..a73fdad 100644
--- a/UnitTesting/GTMCodeCoverageTestsST.m
+++ b/UnitTesting/GTMCodeCoverageTestsST.m
@@ -51,12 +51,12 @@ static int gSuiteCount = 0;
}
+ (void)suiteStarted:(NSNotification *)notification {
- #pragma unused (notification);
+ #pragma unused (notification)
gSuiteCount += 1;
}
+ (void)suiteStopped:(NSNotification *)notification {
- #pragma unused (notification);
+ #pragma unused (notification)
gSuiteCount -= 1;
if (gSuiteCount == 0) {
id application = [UIApplication sharedApplication];