summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/quantize_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/quantize_test.cc b/test/quantize_test.cc
index 75be3d29e..3e717ec61 100644
--- a/test/quantize_test.cc
+++ b/test/quantize_test.cc
@@ -187,9 +187,9 @@ INSTANTIATE_TEST_CASE_P(MEDIA, QuantizeTest,
&vp8_fast_quantize_b_c)));
#endif // HAVE_MEDIA
-#if HAVE_NEON_ASM
+#if HAVE_NEON
INSTANTIATE_TEST_CASE_P(NEON, QuantizeTest,
::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
&vp8_fast_quantize_b_c)));
-#endif // HAVE_NEON_ASM
+#endif // HAVE_NEON
} // namespace