Moving gtest to the end.

pull/11310/head
Nicolas "Pixel" Noble 8 years ago
parent 6fa7236d24
commit 670d8bf675
  1. 3
      test/cpp/end2end/grpclb_end2end_test.cc

@ -47,7 +47,6 @@
#include <grpc/support/string_util.h>
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
#include <gtest/gtest.h>
extern "C" {
#include "src/core/lib/iomgr/sockaddr.h"
@ -61,6 +60,8 @@ extern "C" {
#include "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.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