diff options
author | vjpai <vpai@google.com> | 2015-11-02 09:22:10 -0800 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-11-02 09:22:10 -0800 |
commit | 11537dc71c2ceabf0a1e7f999f6c0e97f90c9f24 (patch) | |
tree | 988df3540106ca35309f2cfc8f91e14474e03564 /src/objective-c/tests/InteropTestsLocalCleartext.m | |
parent | 72a633213815f19ac04b51331287e3f7b075dcc1 (diff) | |
parent | 89ea0c78151b5bdc4c9236ae7100a7b97b32e499 (diff) |
Merge remote-tracking branch 'upstream/master' into protosplit
Diffstat (limited to 'src/objective-c/tests/InteropTestsLocalCleartext.m')
-rw-r--r-- | src/objective-c/tests/InteropTestsLocalCleartext.m | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/tests/InteropTestsLocalCleartext.m b/src/objective-c/tests/InteropTestsLocalCleartext.m index 2d7d3c4b2c..56927a8af6 100644 --- a/src/objective-c/tests/InteropTestsLocalCleartext.m +++ b/src/objective-c/tests/InteropTestsLocalCleartext.m @@ -31,15 +31,13 @@ * */ -// Repeat of the tests in InteropTests.m, but sending the RPCs to a local cleartext server instead -// of the remote SSL one. - #import <GRPCClient/GRPCCall+Tests.h> #import "InteropTests.h" static NSString * const kLocalCleartextHost = @"localhost:5050"; +/** Tests in InteropTests.m, sending the RPCs to a local cleartext server. */ @interface InteropTestsLocalCleartext : InteropTests @end |