summaryrefslogtreecommitdiffstats
path: root/third_party/aom/test/motion_vector_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/test/motion_vector_test.cc')
-rw-r--r--third_party/aom/test/motion_vector_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/aom/test/motion_vector_test.cc b/third_party/aom/test/motion_vector_test.cc
index fa47494e8..fe20fd10a 100644
--- a/third_party/aom/test/motion_vector_test.cc
+++ b/third_party/aom/test/motion_vector_test.cc
@@ -32,9 +32,9 @@ const int kCpuUsedVectors[] = { 1, 5 };
const int kMVTestModes[] = { MAX_EXTREME_MV, MIN_EXTREME_MV };
class MotionVectorTestLarge
- : public ::libaom_test::EncoderTest,
- public ::libaom_test::CodecTestWith3Params<libaom_test::TestMode, int,
- int> {
+ : public ::libaom_test::CodecTestWith3Params<libaom_test::TestMode, int,
+ int>,
+ public ::libaom_test::EncoderTest {
protected:
MotionVectorTestLarge()
: EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)),