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.
Please register or sign in to comment