Reorder gtest/gmock headers (#27070)

Per the style guide (or spirit thereof), these should be placed with the other external/third_party headers.
pull/27071/head
AJ Heller 3 years ago committed by GitHub
parent 7fdf0fe036
commit 6ba4a92af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/cpp/end2end/grpclb_end2end_test.cc

@ -24,6 +24,8 @@
#include <string>
#include <thread>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
@ -62,9 +64,6 @@
#include "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
// TODO(dgq): Other scenarios in need of testing:
// - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
// - Test reception of invalid serverlist

Loading…
Cancel
Save