aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMServiceManagementTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMServiceManagementTest.m')
-rw-r--r--Foundation/GTMServiceManagementTest.m7
1 files changed, 6 insertions, 1 deletions
diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m
index 1d54b20..45bf478 100644
--- a/Foundation/GTMServiceManagementTest.m
+++ b/Foundation/GTMServiceManagementTest.m
@@ -16,8 +16,11 @@
// the License.
//
-#import "GTMSenTestCase.h"
#import "GTMServiceManagement.h"
+
+#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4
+
+#import "GTMSenTestCase.h"
#import "GTMGarbageCollection.h"
#define STANDARD_JOB_LABEL "com.apple.launchctl.Background"
@@ -152,3 +155,5 @@
}
@end
+
+#endif // if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4