Index: tools/gn/parser_unittest.cc |
diff --git a/tools/gn/parser_unittest.cc b/tools/gn/parser_unittest.cc |
index adb8fdb4be584a989d1b5f1f8bb1f2aaee4937c9..1205038a8bccf7cf92b1c04c598ac5425cb48014 100644 |
--- a/tools/gn/parser_unittest.cc |
+++ b/tools/gn/parser_unittest.cc |
@@ -125,6 +125,7 @@ TEST(Parser, FunctionCall) { |
" LITERAL(1)\n" |
" LITERAL(2)\n"); |
DoExpressionErrorTest("foo(1, 2,)", 1, 10); |
+ DoExpressionErrorTest("foo(1 2)", 1, 7); |
} |
TEST(Parser, ParenExpression) { |