diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc index 28a4596b0..0d7089ea8 100644 --- a/unit_test/convert_test.cc +++ b/unit_test/convert_test.cc @@ -671,7 +671,7 @@ TEST_F(libyuvTest, FMT_A##To##FMT_B##N) { \ TESTATOBI(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, benchmark_width_, DIFF, \ _Unaligned, +, 1) \ TESTATOBI(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, benchmark_width_, DIFF, \ - _Invert, -, 0) \ \ + _Invert, -, 0) \ TESTATOBI(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, benchmark_width_, DIFF, \ _Any, +, 0)