We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260bc9d commit 994e887Copy full SHA for 994e887
autoware_utils_system/test/cases/lru_cache.cpp
@@ -42,7 +42,7 @@ TEST_P(TestLruCache, Main)
42
}
43
44
45
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
46
TestLruCache, TestLruCache,
47
testing::Values(
48
ParamLruCache{3, {1, 2, 3, 4, 5, 6}, {4, 5, 6}},
0 commit comments