Merge pull request #11907 from vjpai/testlast

Move gtest last
pull/11932/head
Vijay Pai 7 years ago committed by GitHub
commit 3b914413a8
  1. 3
      test/cpp/server/server_request_call_test.cc

@ -19,7 +19,6 @@
#include <thread>
#include <grpc++/impl/codegen/config.h>
#include <gtest/gtest.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
@ -32,6 +31,8 @@
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include <gtest/gtest.h>
namespace grpc {
namespace {

Loading…
Cancel
Save