mirror of https://github.com/tc39/test262.git
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.
This commit is contained in:
parent
6e912b0825
commit
007d3b1eb7
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue