Chromium Code Reviews| Index: source/libvpx/test/cpu_speed_test.cc |
| =================================================================== |
| --- source/libvpx/test/cpu_speed_test.cc (revision 223160) |
| +++ source/libvpx/test/cpu_speed_test.cc (working copy) |
| @@ -108,5 +108,5 @@ |
| VP9_INSTANTIATE_TEST_CASE( |
| CpuSpeedTest, |
| ::testing::Values(::libvpx_test::kTwoPassGood), |
| - ::testing::Range(0, 3)); |
| + ::testing::Range(0, 5)); |
| } // namespace |