Fix linter errors Change-Id: I7b8b5c00503564d220e50eb245e812b4a5a109cd Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/46267 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: David Neto <dneto@google.com> Reviewed-by: David Neto <dneto@google.com>
diff --git a/src/reader/spirv/function_arithmetic_test.cc b/src/reader/spirv/function_arithmetic_test.cc index a13c79d..d9d9b5a 100644 --- a/src/reader/spirv/function_arithmetic_test.cc +++ b/src/reader/spirv/function_arithmetic_test.cc
@@ -648,9 +648,7 @@ } } } - })"} - - )); + })"})); INSTANTIATE_TEST_SUITE_P( SpvParserTest_FAdd, @@ -783,9 +781,7 @@ } } } - })"} - - )); + })"})); INSTANTIATE_TEST_SUITE_P( SpvParserTest_FSub, @@ -918,9 +914,7 @@ } } } - })"} - - )); + })"})); INSTANTIATE_TEST_SUITE_P( SpvParserTest_FMul,
diff --git a/src/reader/spirv/function_bit_test.cc b/src/reader/spirv/function_bit_test.cc index 643b338..e478f3d 100644 --- a/src/reader/spirv/function_bit_test.cc +++ b/src/reader/spirv/function_bit_test.cc
@@ -437,9 +437,7 @@ } } } - })"} - - )); + })"})); INSTANTIATE_TEST_SUITE_P( SpvParserTest_BitwiseOr, @@ -560,9 +558,7 @@ } } } - })"} - - )); + })"})); INSTANTIATE_TEST_SUITE_P( SpvParserTest_BitwiseXor, @@ -684,9 +680,7 @@ } } } - })"} - - )); + })"})); TEST_F(SpvUnaryBitTest, Not_Int_Int) { const auto assembly = CommonTypes() + R"(