aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-04-07 09:09:54 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-04-07 09:09:54 -0400
commitc485d79b9289a4f6ff1402babbf44b6fba0aa6e7 (patch)
treef42a886554e6f3894029617eeb8da1b23e2e8491 /UnitTesting
parent1dc2f31a665871ba5889c121ce2fbe24174f297d (diff)
parentd0c55f1c0d3044085251f60c78854e25365ae6ea (diff)
Merge pull request #113 from thomasvl/update
Fix GTMGeometry builds on 64 bit OS X where CG and NS struct sizes may differ.
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMSenTestCase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h
index 3ed752a..b637b43 100644
--- a/UnitTesting/GTMSenTestCase.h
+++ b/UnitTesting/GTMSenTestCase.h
@@ -462,7 +462,7 @@ do { \
isTrue:NO \
inFile:[NSString stringWithUTF8String:__FILE__] \
atLine:__LINE__ \
- withDescription:@"%@", XCComposeString(description, ##__VA_ARGS__)])]; \
+ withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
} \
} \
@catch (id anException) { \