Skip to content
Snippets Groups Projects
Commit ba4290a8 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Removed 'using' conflicting with import

parent 850ffbcb
No related branches found
No related tags found
No related merge requests found
...@@ -80,10 +80,10 @@ DEFINE_string(test_cases, "", ...@@ -80,10 +80,10 @@ DEFINE_string(test_cases, "",
using std::make_pair; using std::make_pair;
using std::pair; using std::pair;
using std::string;
using std::thread; using std::thread;
using std::vector; using std::vector;
using grpc::string;
using grpc::testing::kTestCaseList; using grpc::testing::kTestCaseList;
using grpc::testing::StressTestInteropClient; using grpc::testing::StressTestInteropClient;
using grpc::testing::TestCaseType; using grpc::testing::TestCaseType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment