aboutsummaryrefslogtreecommitdiff
path: root/Foundation
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-17 21:45:24 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-17 21:45:24 +0000
commitf621eda86586f17e0db413c1d4c3e9d74eb5a75a (patch)
treeb59d233d41f00e4e9b398b3d3d37980f112d1dce /Foundation
parent8e81d8957dc5893648d66642ad357f62d680ffda (diff)
[Author: thomasvl]
Gets tests running under 10.5.7 R=stuartmorgan DELTA=14 (8 added, 3 deleted, 3 changed)
Diffstat (limited to 'Foundation')
-rw-r--r--Foundation/GTMNSAppleScript+HandlerTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMNSAppleScript+HandlerTest.m b/Foundation/GTMNSAppleScript+HandlerTest.m
index 44d0a0c..ee3fe1a 100644
--- a/Foundation/GTMNSAppleScript+HandlerTest.m
+++ b/Foundation/GTMNSAppleScript+HandlerTest.m
@@ -40,7 +40,7 @@
SInt32 major, minor, bugfix;
[GTMSystemVersion getMajor:&major minor:&minor bugFix:&bugfix];
if (!(GTMIsGarbageCollectionEnabled()
- && major <= 10 && minor <= 5 && bugfix <= 6)) {
+ && major <= 10 && minor <= 5 && bugfix <= 7)) {
[super invokeTest];
} else {
NSLog(@"--- %@ NOT run because of GC incompatibilites ---", [self name]);