aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 09:12:59 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 09:12:59 -0700
commit82d91964493ceb5893b3874109bc4bbc7d87b821 (patch)
tree0cd9df847ea90da00287fa7c5d95414a0b20cacb
parent6d8340847caf0634853818ff4b8745e83c5279d3 (diff)
One more obj.class->[obj class]
-rw-r--r--src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m b/src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m
index 237804d23d..b0d4e4883a 100644
--- a/src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m
+++ b/src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m
@@ -105,7 +105,7 @@ dispatch_once_t initCronet;
// Local stack with SSL
_localSSLService = [RMTTestService serviceWithHost:kLocalSSLHost];
- NSBundle *bundle = [NSBundle bundleForClass:self.class];
+ NSBundle *bundle = [NSBundle bundleForClass:[self class]];
NSString *certsPath =
[bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"];
NSError *error = nil;