Chromium Code Reviews| Index: tools/gn/parser_unittest.cc |
| diff --git a/tools/gn/parser_unittest.cc b/tools/gn/parser_unittest.cc |
| index 6216ee4d6b178a06a91092593be0896093f7a247..96feac3703aa81f6666753be3a269372a21fb9ac 100644 |
| --- a/tools/gn/parser_unittest.cc |
| +++ b/tools/gn/parser_unittest.cc |
| @@ -124,7 +124,6 @@ TEST(Parser, FunctionCall) { |
| " LIST\n" |
| " LITERAL(1)\n" |
| " LITERAL(2)\n"); |
| - DoExpressionErrorTest("foo(1, 2,)", 1, 10); |
| DoExpressionErrorTest("foo(1 2)", 1, 7); |
| } |