From 007d3b1eb76ccc7760f641d8e956e5da838b586f Mon Sep 17 00:00:00 2001 From: Dan Ehrenberg <littledan@chromium.org> Date: Thu, 3 Mar 2016 16:21:51 -0800 Subject: [PATCH] Remove a blank line to stop confusing YAML parsers V8 ran into an issue where the YAML parser our test setup is using didn't understand the newline, and failed to parser the negative test expectation below, causing the test to fail. This patch fixes the issue. --- test/language/asi/S7.9_A5.7_T1.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/language/asi/S7.9_A5.7_T1.js b/test/language/asi/S7.9_A5.7_T1.js index d61fc10158..5fcce9a1d5 100644 --- a/test/language/asi/S7.9_A5.7_T1.js +++ b/test/language/asi/S7.9_A5.7_T1.js @@ -3,7 +3,6 @@ /*--- info: > - Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as two DO and their combination) between two references separated by [LT] -- GitLab