aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
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/Podfile
parent14c76cf2c9fe416530b248c0d817295ce6069ffd (diff)
Separate/Restore public test interfaces and internal ones
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 5ada61c3d4..941031ff88 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -103,7 +103,7 @@ post_install do |installer|
# Activate Cronet for the dedicated build configuration 'Cronet', which will be used solely by
# the test target 'InteropTestsRemoteWithCronet'
- # Activate GRPCCall+Tests functions for the dedicated build configuration 'Test', which will
+ # Activate GRPCCall+InternalTests functions for the dedicated build configuration 'Test', which will
# be used by all test targets using it.
if target.name == 'gRPC'
target.build_configurations.each do |config|