summaryrefslogtreecommitdiff
path: root/test/decode_corrupted.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/decode_corrupted.cc')
-rw-r--r--test/decode_corrupted.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/decode_corrupted.cc b/test/decode_corrupted.cc
index b1495ce89..31e1da69c 100644
--- a/test/decode_corrupted.cc
+++ b/test/decode_corrupted.cc
@@ -87,14 +87,14 @@ TEST_P(DecodeCorruptedFrameTest, DecodeCorruptedFrame) {
}
#if CONFIG_VP9
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
VP9, DecodeCorruptedFrameTest,
::testing::Values(
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)));
#endif // CONFIG_VP9
#if CONFIG_VP8
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
VP8, DecodeCorruptedFrameTest,
::testing::Values(
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP8)));