vp8 quantize is now in intrinsics, not asm
Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e
diff --git a/test/quantize_test.cc b/test/quantize_test.cc
index 75be3d2..3e717ec 100644
--- a/test/quantize_test.cc
+++ b/test/quantize_test.cc
@@ -187,9 +187,9 @@
&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