aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSString+ReplaceTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSString+ReplaceTest.m')
-rw-r--r--Foundation/GTMNSString+ReplaceTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Foundation/GTMNSString+ReplaceTest.m b/Foundation/GTMNSString+ReplaceTest.m
index 805136c..4561af6 100644
--- a/Foundation/GTMNSString+ReplaceTest.m
+++ b/Foundation/GTMNSString+ReplaceTest.m
@@ -24,7 +24,7 @@
@implementation GTMNSString_ReplaceTest
-#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
+#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
- (void)testStringByReplacingStringWithString {
NSString *testString = @"a bc debc gh";
@@ -54,6 +54,6 @@
@"replacing '' with anything should yield the original string");
}
-#endif // MAC_OS_X_VERSION_MIN_REQUIRED < 1050
+#endif // MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
@end