summaryrefslogtreecommitdiff
path: root/test/superframe_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/superframe_test.cc')
-rw-r--r--test/superframe_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/superframe_test.cc b/test/superframe_test.cc
index 8c8d1ae29..a5c92e914 100644
--- a/test/superframe_test.cc
+++ b/test/superframe_test.cc
@@ -27,7 +27,7 @@ class SuperframeTest
public ::libvpx_test::CodecTestWithParam<SuperframeTestParam> {
protected:
SuperframeTest()
- : EncoderTest(GET_PARAM(0)), modified_buf_(NULL), last_sf_pts_(0) {}
+ : EncoderTest(GET_PARAM(0)), modified_buf_(nullptr), last_sf_pts_(0) {}
virtual ~SuperframeTest() {}
virtual void SetUp() {
@@ -95,7 +95,7 @@ TEST_P(SuperframeTest, TestSuperframeIndexIsOptional) {
EXPECT_EQ(sf_count_, 1);
}
-VP9_INSTANTIATE_TEST_CASE(
+VP9_INSTANTIATE_TEST_SUITE(
SuperframeTest,
::testing::Combine(::testing::Values(::libvpx_test::kTwoPassGood),
::testing::Values(0)));