summaryrefslogtreecommitdiff
path: root/absl/container/internal/unordered_set_lookup_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/container/internal/unordered_set_lookup_test.h')
-rw-r--r--absl/container/internal/unordered_set_lookup_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/internal/unordered_set_lookup_test.h b/absl/container/internal/unordered_set_lookup_test.h
index 1421e7b6..69f43142 100644
--- a/absl/container/internal/unordered_set_lookup_test.h
+++ b/absl/container/internal/unordered_set_lookup_test.h
@@ -26,7 +26,7 @@ namespace container_internal {
template <class UnordSet>
class LookupTest : public ::testing::Test {};
-TYPED_TEST_CASE_P(LookupTest);
+TYPED_TEST_SUITE_P(LookupTest);
TYPED_TEST_P(LookupTest, Count) {
using T = hash_internal::GeneratedType<TypeParam>;