aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.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/InteropTests.m
parent14c76cf2c9fe416530b248c0d817295ce6069ffd (diff)
Separate/Restore public test interfaces and internal ones
Diffstat (limited to 'src/objective-c/tests/InteropTests.m')
-rw-r--r--src/objective-c/tests/InteropTests.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index 592dca9dde..4e5a5287c2 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -37,7 +37,8 @@
#import <Cronet/Cronet.h>
#import <GRPCClient/GRPCCall+ChannelArg.h>
-#import <GRPCClient/internal_testing/GRPCCall+Tests.h>
+#import <GRPCClient/GRPCCall+Tests.h>
+#import <GRPCClient/internal_testing/GRPCCall+InternalTests.h>
#import <GRPCClient/GRPCCall+Cronet.h>
#import <ProtoRPC/ProtoRPC.h>
#import <RemoteTest/Messages.pbobjc.h>