aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMServiceManagementTest.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-08-31 19:01:01 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-08-31 19:01:01 +0000
commit246dda0c942c98bca010f6248c03b610a381f9e8 (patch)
treeb41310330b0fb605ef2014d2aa9e1f60f9b33265 /Foundation/GTMServiceManagementTest.m
parent721e03bf2cf93584569ae1200a6a4d50d536d105 (diff)
[Author: dmaclach]
Turn off service management on 10.4 R=thomasvl
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