aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsRemote.m
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 15:13:40 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 15:13:40 -0700
commit2beb88c1fd961cfd697df6c94d6bd72537ddefc9 (patch)
tree76b830c16426156f153cebc558ad0c766944b785 /src/objective-c/tests/InteropTestsRemote.m
parent91db5acd5b52a41d7069fd56bf0f6802b6c6e4b7 (diff)
Fix documentation of tests
Diffstat (limited to 'src/objective-c/tests/InteropTestsRemote.m')
-rw-r--r--src/objective-c/tests/InteropTestsRemote.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/tests/InteropTestsRemote.m b/src/objective-c/tests/InteropTestsRemote.m
index 50296cf04e..a67be98431 100644
--- a/src/objective-c/tests/InteropTestsRemote.m
+++ b/src/objective-c/tests/InteropTestsRemote.m
@@ -31,15 +31,13 @@
*
*/
-// Repeat of the tests in InteropTests.m, but sending the RPCs to a local SSL server instead of the
-// remote one.
-
#import <GRPCClient/GRPCCall+Tests.h>
#import "InteropTests.h"
static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.google.com";
+/** Tests in InteropTests.m, sending the RPCs to a remote SSL server. */
@interface InteropTestsRemote : InteropTests
@end