aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/GPBStringTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/Tests/GPBStringTests.m')
-rw-r--r--objectivec/Tests/GPBStringTests.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/objectivec/Tests/GPBStringTests.m b/objectivec/Tests/GPBStringTests.m
index 30f13775..802afa7d 100644
--- a/objectivec/Tests/GPBStringTests.m
+++ b/objectivec/Tests/GPBStringTests.m
@@ -31,10 +31,7 @@
#import <XCTest/XCTest.h>
#import "GPBCodedInputStream_PackagePrivate.h"
-
-#ifndef GPBARRAYSIZE
-#define GPBARRAYSIZE(a) ((sizeof(a) / sizeof((a[0]))))
-#endif // GPBARRAYSIZE
+#import "GPBTestUtilities.h"
@interface TestClass : NSObject
@property(nonatomic, retain) NSString *foo;