From 0f81b5483f17785f06a8ad4c4d56de227f983f87 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 30 Jul 2014 20:00:06 +0000 Subject: Typo in XCTAssertEqualCStrings Means it doens't compile when that macro is used. DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=h=1 --- UnitTesting/GTMSenTestCase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnitTesting') 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) { \ -- cgit v1.2.3