diff options
author | Muxi Yan <mxyan@google.com> | 2018-10-19 09:12:59 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-10-19 09:12:59 -0700 |
commit | 82d91964493ceb5893b3874109bc4bbc7d87b821 (patch) | |
tree | 0cd9df847ea90da00287fa7c5d95414a0b20cacb /src/objective-c/tests | |
parent | 6d8340847caf0634853818ff4b8745e83c5279d3 (diff) |
One more obj.class->[obj class]
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r-- | src/objective-c/tests/InteropTestsMultipleChannels/InteropTestsMultipleChannels.m | 2 |
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; |