aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.h
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMSenTestCase.h')
-rw-r--r--UnitTesting/GTMSenTestCase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h
index af8ad47..a5fa2ed 100644
--- a/UnitTesting/GTMSenTestCase.h
+++ b/UnitTesting/GTMSenTestCase.h
@@ -388,7 +388,7 @@ NSString *STComposeString(NSString *, ...);
const char* _a1value = (a1); \
const char* _a2value = (a2); \
if (_a1value != _a2value && strcmp(_a1value, _a2value) != 0) { \
- failure = @""; \
+ _failure = @""; \
}\
} \
@catch (NSException *_exception) { \