aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/GTMDefines.h b/GTMDefines.h
index 7baa7b2..8ec88cc 100644
--- a/GTMDefines.h
+++ b/GTMDefines.h
@@ -191,17 +191,9 @@
// By default, GTM has provided it's own unittesting support, define this
// to use the support provided by Xcode, especially for the Xcode4 support
// for unittesting.
- // This is going to be deprecated as Apple is deprecating SenTest.
- #ifndef GTM_IPHONE_USE_SENTEST
- #define GTM_IPHONE_USE_SENTEST 0
- #endif
- // Define this to use XCTest instead of OCUnit/SenTest.
#ifndef GTM_USING_XCTEST
#define GTM_USING_XCTEST 0
#endif
- #if GTM_IPHONE_USE_SENTEST && GTM_USING_XCTEST
- #error Can't define both GTM_IPHONE_USE_SENTEST and GTM_USING_XCTEST
- #endif
#define GTM_MACOS_SDK 0
#else
// For MacOS specific stuff
@@ -209,7 +201,6 @@
#define GTM_IPHONE_SDK 0
#define GTM_IPHONE_SIMULATOR 0
#define GTM_IPHONE_DEVICE 0
- #define GTM_IPHONE_USE_SENTEST 0
#ifndef GTM_USING_XCTEST
#define GTM_USING_XCTEST 0
#endif