Skip to content

Commit 994e887

Browse files
authored
chore: replace INSTANTIATE_TEST_CASE_P with INSTANTIATE_TEST_SUITE_P (#73)
replace INSTANTIATE_TEST_SUITE_P with INSTANTIATE_TEST_CASE_P
1 parent 260bc9d commit 994e887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_utils_system/test/cases/lru_cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TEST_P(TestLruCache, Main)
4242
}
4343
}
4444

45-
INSTANTIATE_TEST_CASE_P(
45+
INSTANTIATE_TEST_SUITE_P(
4646
TestLruCache, TestLruCache,
4747
testing::Values(
4848
ParamLruCache{3, {1, 2, 3, 4, 5, 6}, {4, 5, 6}},

0 commit comments

Comments
 (0)