Chromium Code Reviews| Index: source/libvpx/test/cpu_speed_test.cc |
| =================================================================== |
| --- source/libvpx/test/cpu_speed_test.cc (revision 284462) |
| +++ source/libvpx/test/cpu_speed_test.cc (working copy) |
| @@ -139,5 +139,5 @@ |
| CpuSpeedTest, |
| ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood, |
| ::libvpx_test::kRealTime), |
| - ::testing::Range(0, 8)); |
| + ::testing::Range(0, 9)); |
| } // namespace |