aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBConcurrencyTests.m
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-06-09 17:17:45 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-06-09 17:17:45 -0700
commitfb466c13a7c0280fdc30acf86d3b29235a904ba5 (patch)
tree938c7b2e06268887d766a4ac03d24fcb89f21ef8 /objectivec/Tests/GPBConcurrencyTests.m
parentfd73235f6b2534aa63af41359d9f386ade43a5cc (diff)
parentd846b0b059b4d867536b98aa29475a387aa09114 (diff)
downloadprotobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.tar.gz
protobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.tar.bz2
protobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.zip
Merge pull request #480 from thomasvl/objc_beta_drop
Beta quality drop of Objective C Support.
Diffstat (limited to 'objectivec/Tests/GPBConcurrencyTests.m')
-rw-r--r--objectivec/Tests/GPBConcurrencyTests.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/objectivec/Tests/GPBConcurrencyTests.m b/objectivec/Tests/GPBConcurrencyTests.m
index e500ad77..daf75e7e 100644
--- a/objectivec/Tests/GPBConcurrencyTests.m
+++ b/objectivec/Tests/GPBConcurrencyTests.m
@@ -196,7 +196,8 @@ static const int kNumMessages = 100;
NSArray *threads = [self createThreadsWithSelector:sel object:messages];
[self startThreads:threads];
[self joinThreads:threads];
- GPBExtensionField *extension = [UnittestRoot optionalForeignMessageExtension];
+ GPBExtensionDescriptor *extension =
+ [UnittestRoot optionalForeignMessageExtension];
for (TestAllExtensions *message in messages) {
XCTAssertFalse([message hasExtension:extension]);
}