diff options
Diffstat (limited to 'absl/container/internal/unordered_map_lookup_test.h')
-rw-r--r-- | absl/container/internal/unordered_map_lookup_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/internal/unordered_map_lookup_test.h b/absl/container/internal/unordered_map_lookup_test.h index a3d2159587ac..488e340d2fb0 100644 --- a/absl/container/internal/unordered_map_lookup_test.h +++ b/absl/container/internal/unordered_map_lookup_test.h @@ -26,7 +26,7 @@ namespace container_internal { template <class UnordMap> class LookupTest : public ::testing::Test {}; -TYPED_TEST_CASE_P(LookupTest); +TYPED_TEST_SUITE_P(LookupTest); TYPED_TEST_P(LookupTest, At) { using T = hash_internal::GeneratedType<TypeParam>; |