diff options
author | Muxi Yan <mxyan@google.com> | 2016-07-15 10:07:57 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-07-15 10:07:57 -0700 |
commit | 4e9753d28c09d9a2828c0f38a161ec7b0d3ec85c (patch) | |
tree | 91f05b308a9ff1585bc1b85aef9c1f4cefbc2eac /src/objective-c/tests/Podfile | |
parent | 3e54deb05ad1c73b227a65606cde96c3af6fe8e7 (diff) |
Establish Objective C end-to-end core test with Cronet
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r-- | src/objective-c/tests/Podfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index e5265630a2..546017c9f7 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -27,8 +27,6 @@ GRPC_LOCAL_SRC = '../../..' pod 'gRPC-Core', :path => GRPC_LOCAL_SRC pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC - - pod 'RemoteTest', :path => "RemoteTestClient" end end |