| Index: source/libvpx/test/superframe_test.cc
|
| diff --git a/source/libvpx/test/superframe_test.cc b/source/libvpx/test/superframe_test.cc
|
| index c0f542da8f7e8d3d9aa98b80947e5f8ac6979102..a8102b75ac2e1aac25f18c99381eec966d8a1b62 100644
|
| --- a/source/libvpx/test/superframe_test.cc
|
| +++ b/source/libvpx/test/superframe_test.cc
|
| @@ -94,4 +94,7 @@ TEST_P(SuperframeTest, TestSuperframeIndexIsOptional) {
|
|
|
| VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Values(
|
| ::libvpx_test::kTwoPassGood));
|
| +
|
| +VP10_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Values(
|
| + ::libvpx_test::kTwoPassGood));
|
| } // namespace
|
|
|