summaryrefslogtreecommitdiff
path: root/test/timestamp_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-06-17 12:16:51 -0700
committerJames Zern <jzern@google.com>2020-06-18 10:56:39 -0700
commit83769e3d250b05df0bb97fc619f5886587b2a310 (patch)
tree66b0513e0d74b44dad72619ba10be1067acf466f /test/timestamp_test.cc
parent0370a43816cadc4939661d7b214a2077f8d25e88 (diff)
downloadlibvpx-83769e3d250b05df0bb97fc619f5886587b2a310.tar
libvpx-83769e3d250b05df0bb97fc619f5886587b2a310.tar.gz
libvpx-83769e3d250b05df0bb97fc619f5886587b2a310.tar.bz2
libvpx-83769e3d250b05df0bb97fc619f5886587b2a310.zip
update googletest to v1.10.0
this moves the framework to c++11 and changes *_TEST_CASE* to _TEST_SUITE BUG=webm:1695 Change-Id: I07f2c20850312a9c7e381b38353d2f9f45889cb1
Diffstat (limited to 'test/timestamp_test.cc')
-rw-r--r--test/timestamp_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/timestamp_test.cc b/test/timestamp_test.cc
index 41c192887..645a9f2ff 100644
--- a/test/timestamp_test.cc
+++ b/test/timestamp_test.cc
@@ -94,8 +94,8 @@ TEST_P(TimestampTest, TestVpxRollover) {
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
}
-VP8_INSTANTIATE_TEST_CASE(TimestampTest,
- ::testing::Values(::libvpx_test::kTwoPassGood));
-VP9_INSTANTIATE_TEST_CASE(TimestampTest,
- ::testing::Values(::libvpx_test::kTwoPassGood));
+VP8_INSTANTIATE_TEST_SUITE(TimestampTest,
+ ::testing::Values(::libvpx_test::kTwoPassGood));
+VP9_INSTANTIATE_TEST_SUITE(TimestampTest,
+ ::testing::Values(::libvpx_test::kTwoPassGood));
} // namespace