Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: source/libvpx/test/superframe_test.cc

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/test/register_state_check.h ('k') | source/libvpx/test/test_vector_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « source/libvpx/test/register_state_check.h ('k') | source/libvpx/test/test_vector_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698