From 202eaa313ed62dc08e813c75aba5bc941736c0c9 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 21 May 2018 16:28:36 -0400 Subject: fix gate to deal with GTM_MACOS_SDK being defined to zero --- Foundation/GTMSystemVersionTest.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Foundation') diff --git a/Foundation/GTMSystemVersionTest.m b/Foundation/GTMSystemVersionTest.m index 42a1b77..6e46ec5 100644 --- a/Foundation/GTMSystemVersionTest.m +++ b/Foundation/GTMSystemVersionTest.m @@ -91,7 +91,7 @@ } -#ifdef GTM_MACOS_SDK +#if GTM_MACOS_SDK - (void)testMacOSVersion { SInt32 major = -1; SInt32 minor = -1; @@ -116,4 +116,5 @@ } } #endif + @end -- cgit v1.2.3