summaryrefslogtreecommitdiff
path: root/test/predict_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/predict_test.cc')
-rw-r--r--test/predict_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/predict_test.cc b/test/predict_test.cc
index f6b4df07e..a4fcd352f 100644
--- a/test/predict_test.cc
+++ b/test/predict_test.cc
@@ -24,8 +24,8 @@
namespace {
-using ::testing::make_tuple;
using libvpx_test::ACMRandom;
+using ::testing::make_tuple;
typedef void (*PredictFunc)(uint8_t *src_ptr, int src_pixels_per_line,
int xoffset, int yoffset, uint8_t *dst_ptr,