aboutsummaryrefslogtreecommitdiff
path: root/GTM_Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'GTM_Prefix.pch')
-rw-r--r--GTM_Prefix.pch3
1 files changed, 2 insertions, 1 deletions
diff --git a/GTM_Prefix.pch b/GTM_Prefix.pch
index 6740ffb..a7c0011 100644
--- a/GTM_Prefix.pch
+++ b/GTM_Prefix.pch
@@ -30,7 +30,8 @@
#endif
// This turns on unit test logging so that we can track unittests if we are
// doing them. See GTMUnitTestDevLog.h for details.
- #define _GTMDevLog _GTMUnittestDevLog
+ // (_GTMUnitTestDevLog comes from GTMDevLogUnitTestingBridge.m)
+ #define _GTMDevLog _GTMUnitTestDevLog
#endif