From 64368e0584e03bac626a1a431afe2982117a6e17 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 20 Nov 2018 10:37:46 -0500 Subject: Googletest export Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634 --- googlemock/test/gmock-actions_test.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'googlemock') diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc index 976f56d7..ccfb5197 100644 --- a/googlemock/test/gmock-actions_test.cc +++ b/googlemock/test/gmock-actions_test.cc @@ -1146,8 +1146,6 @@ TEST(WithArgsTest, ReturnReference) { } TEST(WithArgsTest, InnerActionWithConversion) { - struct Base {}; - struct Derived : Base {}; Action inner = [] { return nullptr; }; Action a = testing::WithoutArgs(inner); EXPECT_EQ(nullptr, a.Perform(std::make_tuple(1.1))); -- cgit v1.2.3