Skip to content

Commit

Permalink
Removed 'using' conflicting with import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Oct 23, 2015
1 parent 850ffbc commit ba4290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/interop/stress_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ DEFINE_string(test_cases, "",

using std::make_pair;
using std::pair;
using std::string;
using std::thread;
using std::vector;

using grpc::string;
using grpc::testing::kTestCaseList;
using grpc::testing::StressTestInteropClient;
using grpc::testing::TestCaseType;
Expand Down

0 comments on commit ba4290a

Please sign in to comment.