aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-06-17 00:31:23 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-06-17 00:31:23 -0700
commit6ab4788ae91c08a6b659e61773609c24d9deb305 (patch)
tree7a8513a73a769f85f6dcd396b0e2f65e3e53324c /test/cpp/end2end
parentb31a9a0900463fb29c6a3c9cbcfc038292eda6d5 (diff)
clang-format changes
Diffstat (limited to 'test/cpp/end2end')
-rw-r--r--test/cpp/end2end/thread_stress_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/thread_stress_test.cc b/test/cpp/end2end/thread_stress_test.cc
index 1e73f88917..b021b34523 100644
--- a/test/cpp/end2end/thread_stress_test.cc
+++ b/test/cpp/end2end/thread_stress_test.cc
@@ -230,7 +230,7 @@ class CommonStressTestSyncServer : public CommonStressTest<TestServiceImpl> {
};
class CommonStressTestAsyncServer
- : public CommonStressTest< ::grpc::testing::EchoTestService::AsyncService> {
+ : public CommonStressTest<grpc::testing::EchoTestService::AsyncService> {
public:
void SetUp() GRPC_OVERRIDE {
shutting_down_ = false;