aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsRemote.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-10 09:40:18 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-10 09:46:43 -0800
commit8e6aec5ed7d04a19311e8c0d260a02ed5c99dce2 (patch)
tree35c2c5d1a8c39a6400eb18355f7abe9e04410599 /src/objective-c/tests/InteropTestsRemote.m
parent14c76cf2c9fe416530b248c0d817295ce6069ffd (diff)
Separate/Restore public test interfaces and internal ones
Diffstat (limited to 'src/objective-c/tests/InteropTestsRemote.m')
-rw-r--r--src/objective-c/tests/InteropTestsRemote.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTestsRemote.m b/src/objective-c/tests/InteropTestsRemote.m
index b0a64a3cae..ad7efebc81 100644
--- a/src/objective-c/tests/InteropTestsRemote.m
+++ b/src/objective-c/tests/InteropTestsRemote.m
@@ -31,7 +31,8 @@
*
*/
-#import <GRPCClient/internal_testing/GRPCCall+Tests.h>
+#import <GRPCClient/GRPCCall+Tests.h>
+#import <GRPCClient/internal_testing/GRPCCall+InternalTests.h>
#import "InteropTests.h"