From 2beb88c1fd961cfd697df6c94d6bd72537ddefc9 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Wed, 28 Oct 2015 15:13:40 -0700 Subject: Fix documentation of tests --- src/objective-c/tests/InteropTestsRemote.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/objective-c/tests/InteropTestsRemote.m') 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 #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 -- cgit v1.2.3