summaryrefslogtreecommitdiff
path: root/test/realtime_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-06-17 12:16:51 -0700
committerJerome Jiang <jianj@google.com>2020-06-21 17:04:43 -0700
commit7129ee8d8bbc839a7adb11f8d40599b90aa9705b (patch)
treeef53347321852a6fa85e9407f0f474e440314d63 /test/realtime_test.cc
parentff078e58c7ff4d589a43a98fc877e42df8b7bcf9 (diff)
downloadlibvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar.gz
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar.bz2
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.zip
update googletest to v1.10.0
this moves the framework to c++11 and changes *_TEST_CASE* to _TEST_SUITE BUG=webm:1695,webm:1686 Change-Id: I07f2c20850312a9c7e381b38353d2f9f45889cb1 (cherry picked from commit 83769e3d250b05df0bb97fc619f5886587b2a310)
Diffstat (limited to 'test/realtime_test.cc')
-rw-r--r--test/realtime_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/realtime_test.cc b/test/realtime_test.cc
index 6ee2121ea..25a933bcc 100644
--- a/test/realtime_test.cc
+++ b/test/realtime_test.cc
@@ -76,9 +76,9 @@ TEST_P(RealtimeTest, DISABLED_IntegerOverflow) {
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
}
-VP8_INSTANTIATE_TEST_CASE(RealtimeTest,
- ::testing::Values(::libvpx_test::kRealTime));
-VP9_INSTANTIATE_TEST_CASE(RealtimeTest,
- ::testing::Values(::libvpx_test::kRealTime));
+VP8_INSTANTIATE_TEST_SUITE(RealtimeTest,
+ ::testing::Values(::libvpx_test::kRealTime));
+VP9_INSTANTIATE_TEST_SUITE(RealtimeTest,
+ ::testing::Values(::libvpx_test::kRealTime));
} // namespace