aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMLargeTypeWindowTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMLargeTypeWindowTest.m')
-rw-r--r--AppKit/GTMLargeTypeWindowTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppKit/GTMLargeTypeWindowTest.m b/AppKit/GTMLargeTypeWindowTest.m
index d9e56c2..36e60c3 100644
--- a/AppKit/GTMLargeTypeWindowTest.m
+++ b/AppKit/GTMLargeTypeWindowTest.m
@@ -62,12 +62,12 @@ NSString *const kShortTextBlock = @"Short";
// See the comment/warning in the GTMLargeTypeWindow.h for more details,
// but we disable them to avoid the tests failing (crashing) when it's Apple's
// bug. Please bump the system check as appropriate when new systems are
- // tested. Currently broken on 10.5.4 and below.
+ // tested. Currently broken on 10.5.5 and below.
// Radar 6137322 CIFilter crashing when run with GC enabled
long major, minor, bugfix;
[GTMSystemVersion getMajor:&major minor:&minor bugFix:&bugfix];
if (!(GTMIsGarbageCollectionEnabled()
- && major <= 10 && minor <= 5 && bugfix <= 4)) {
+ && major <= 10 && minor <= 5 && bugfix <= 5)) {
return YES;
} else {
NSLog(@"--- animated copy not run because of GC incompatibilites ---");