aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/client_crash_test.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-16 10:18:38 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-16 10:18:38 -0700
commitbc60bb25b2ee2950e6aa8689271e4f4bd13f74b3 (patch)
tree83b0635e9a15533914c069d41f7fe0fbf5f894d1 /test/cpp/end2end/client_crash_test.cc
parent928681dc3d3c738eb807b457ccd72627ac344dd3 (diff)
parent081c442462a21f326ff08f47ff1cd9a17c6746ea (diff)
Merge remote-tracking branch 'upstream/master' into backward-compat-dev
Diffstat (limited to 'test/cpp/end2end/client_crash_test.cc')
-rw-r--r--test/cpp/end2end/client_crash_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/end2end/client_crash_test.cc b/test/cpp/end2end/client_crash_test.cc
index 966c04b0e3..0ea520925f 100644
--- a/test/cpp/end2end/client_crash_test.cc
+++ b/test/cpp/end2end/client_crash_test.cc
@@ -41,7 +41,6 @@
#include <grpc/support/log.h>
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
-#include <gtest/gtest.h>
#include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
@@ -49,6 +48,8 @@
#include "test/core/util/test_config.h"
#include "test/cpp/util/subprocess.h"
+#include <gtest/gtest.h>
+
using grpc::testing::EchoRequest;
using grpc::testing::EchoResponse;
using std::chrono::system_clock;