summaryrefslogtreecommitdiff
path: root/test/vp9_ethread_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vp9_ethread_test.cc')
-rw-r--r--test/vp9_ethread_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vp9_ethread_test.cc b/test/vp9_ethread_test.cc
index 6de76e9e5..1041dd78c 100644
--- a/test/vp9_ethread_test.cc
+++ b/test/vp9_ethread_test.cc
@@ -390,7 +390,7 @@ TEST_P(VPxEncoderThreadTest, EncoderResultTest) {
EXPECT_NEAR(single_thr_psnr, multi_thr_psnr, 0.2);
}
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
VP9, VPxFirstPassEncoderThreadTest,
::testing::Combine(
::testing::Values(
@@ -401,7 +401,7 @@ INSTANTIATE_TEST_CASE_P(
// Split this into two instantiations so that we can distinguish
// between very slow runs ( ie cpu_speed 0 ) vs ones that can be
// run nightly by adding Large to the title.
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
VP9, VPxEncoderThreadTest,
::testing::Combine(
::testing::Values(
@@ -413,7 +413,7 @@ INSTANTIATE_TEST_CASE_P(
::testing::Range(0, 3), // tile_columns
::testing::Range(2, 5))); // threads
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
VP9Large, VPxEncoderThreadTest,
::testing::Combine(
::testing::Values(