From be029783a8550465f71fce31898bc841c709f917 Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Fri, 1 Mar 2019 00:58:05 -0500 Subject: [PATCH] This constructor no longer makes sense in the context of the global test-scoped singleton introduced in envoyproxy/envoy#5708 Signed-off-by: Joshua Marantz --- echo2_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo2_integration_test.cc b/echo2_integration_test.cc index ab4e1838e..3a23b3c42 100644 --- a/echo2_integration_test.cc +++ b/echo2_integration_test.cc @@ -11,7 +11,7 @@ class Echo2IntegrationTest : public BaseIntegrationTest, } public: - Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), realTime(), echoConfig()) {} + Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), echoConfig()) {} /** * Initializer for an individual integration test. */