summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorchiyotsai <chiyotsai@google.com>2019-01-28 14:03:04 -0800
committerchiyotsai <chiyotsai@google.com>2019-01-28 14:04:10 -0800
commit14052cd9d847fdb4ecfcc0650c79c511378c89ce (patch)
tree1462a55326eb33f3ec55df992e6cce2f357bec78 /test
parent763e664ef2e1e0c74a7046f0b349b34d0ee75808 (diff)
downloadlibvpx-14052cd9d847fdb4ecfcc0650c79c511378c89ce.tar
libvpx-14052cd9d847fdb4ecfcc0650c79c511378c89ce.tar.gz
libvpx-14052cd9d847fdb4ecfcc0650c79c511378c89ce.tar.bz2
libvpx-14052cd9d847fdb4ecfcc0650c79c511378c89ce.zip
Fix test case name for yuv_temporal_filter
This should fix valgrind's failure. BUG=webm:1591 Change-Id: Idab2d6281484c36e6de193d6f45d13f97762625e
Diffstat (limited to 'test')
-rw-r--r--test/yuv_temporal_filter_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yuv_temporal_filter_test.cc b/test/yuv_temporal_filter_test.cc
index 2febe9e90..093d81fd6 100644
--- a/test/yuv_temporal_filter_test.cc
+++ b/test/yuv_temporal_filter_test.cc
@@ -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