Fixing the build breakage from #29285 (#29399)

pull/29400/head
Nicolas Noble 3 years ago committed by GitHub
parent 14cdbc68af
commit 5a3cd992b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/cpp/end2end/xds/xds_csds_end2end_test.cc

@ -693,12 +693,12 @@ TEST_P(CsdsShortAdsTimeoutTest, XdsConfigDumpEndpointDoesNotExist) {
ClientResourceStatus::DOES_NOT_EXIST, ::testing::_)));
}
#endif // DISABLED_XDS_PROTO_IN_CC
} // namespace
} // namespace testing
} // namespace grpc
#endif // DISABLED_XDS_PROTO_IN_CC
int main(int argc, char** argv) {
grpc::testing::TestEnvironment env(&argc, argv);
::testing::InitGoogleTest(&argc, argv);

Loading…
Cancel
Save