aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMLargeTypeWindowTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMLargeTypeWindowTest.m')
-rw-r--r--AppKit/GTMLargeTypeWindowTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMLargeTypeWindowTest.m b/AppKit/GTMLargeTypeWindowTest.m
index 36e60c3..6e0577a 100644
--- a/AppKit/GTMLargeTypeWindowTest.m
+++ b/AppKit/GTMLargeTypeWindowTest.m
@@ -64,7 +64,7 @@ NSString *const kShortTextBlock = @"Short";
// bug. Please bump the system check as appropriate when new systems are
// tested. Currently broken on 10.5.5 and below.
// Radar 6137322 CIFilter crashing when run with GC enabled
- long major, minor, bugfix;
+ SInt32 major, minor, bugfix;
[GTMSystemVersion getMajor:&major minor:&minor bugFix:&bugfix];
if (!(GTMIsGarbageCollectionEnabled()
&& major <= 10 && minor <= 5 && bugfix <= 5)) {