aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Example/Core/Tests/FIRLoggerTest.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Example/Core/Tests/FIRLoggerTest.m b/Example/Core/Tests/FIRLoggerTest.m
index 5cc7465..31a495d 100644
--- a/Example/Core/Tests/FIRLoggerTest.m
+++ b/Example/Core/Tests/FIRLoggerTest.m
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#ifdef DEBUG
+// The tests depend upon library methods only built with #ifdef DEBUG
+
#import "FIRTestCase.h"
#import <FirebaseCore/FIRLogger.h>
@@ -267,3 +270,4 @@ static NSString *const kMessageCode = @"I-COR000001";
}
@end
+#endif