aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerTest.m')
-rw-r--r--AppKit/GTMUILocalizerTest.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/AppKit/GTMUILocalizerTest.m b/AppKit/GTMUILocalizerTest.m
index d0830ce..6bea385 100644
--- a/AppKit/GTMUILocalizerTest.m
+++ b/AppKit/GTMUILocalizerTest.m
@@ -16,11 +16,14 @@
// the License.
//
+
#import "GTMSenTestCase.h"
#import "GTMUILocalizerTest.h"
#import "GTMNSObject+UnitTesting.h"
#import "GTMUILocalizer.h"
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
+
@interface GTMUILocalizerTest : GTMTestCase
@end
@@ -54,7 +57,6 @@
[controller release];
}
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
- (void)testViewLocalization {
GTMUILocalizerTestViewController *controller
= [[GTMUILocalizerTestViewController alloc] init];