diff --git a/src/google/protobuf/map_test.cc b/src/google/protobuf/map_test.cc index 9d4016d3..f3583a83 100644 --- a/src/google/protobuf/map_test.cc +++ b/src/google/protobuf/map_test.cc @@ -85,7 +85,7 @@ class MapImplTest : public ::testing::Test { EXPECT_TRUE(map_.empty()); EXPECT_EQ(0, map_.size()); } - ~MapImplTest() override {} + ~MapImplTest() {} void ExpectSingleElement(int32 key, int32 value) { EXPECT_FALSE(map_.empty());