aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMObjC2RuntimeTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMObjC2RuntimeTest.m')
-rw-r--r--Foundation/GTMObjC2RuntimeTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMObjC2RuntimeTest.m b/Foundation/GTMObjC2RuntimeTest.m
index 1bc0ee3..d0ce4f7 100644
--- a/Foundation/GTMObjC2RuntimeTest.m
+++ b/Foundation/GTMObjC2RuntimeTest.m
@@ -299,7 +299,7 @@ AT_REQUIRED
// Apparently it was a bug that we could call setImplementation with a nil
// so we now test to make sure that setting to nil works as expected on
// all systems.
-#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
+#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
// Built for less then leopard gives us the behaviors we defined...
// (doesn't take nil)
IMP nullImp = method_setImplementation(list[0], nil);