Fix test case name for yuv_temporal_filter
authorchiyotsai <chiyotsai@google.com>
Mon, 28 Jan 2019 22:03:04 +0000 (14:03 -0800)
committerchiyotsai <chiyotsai@google.com>
Mon, 28 Jan 2019 22:04:10 +0000 (14:04 -0800)
This should fix valgrind's failure.

BUG=webm:1591

Change-Id: Idab2d6281484c36e6de193d6f45d13f97762625e

test/yuv_temporal_filter_test.cc

index 2febe9e..093d81f 100644 (file)
@@ -574,7 +574,7 @@ INSTANTIATE_TEST_CASE_P(C, YUVTemporalFilterTest,
                         ::testing::Values(&vp9_apply_temporal_filter_c));
 
 #if HAVE_SSE4_1
-INSTANTIATE_TEST_CASE_P(SSE4, YUVTemporalFilterTest,
+INSTANTIATE_TEST_CASE_P(SSE4_1, YUVTemporalFilterTest,
                         ::testing::Values(&vp9_apply_temporal_filter_sse4_1));
 #endif  // HAVE_SSE4_1
 }  // namespace