Chromium Code Reviews| Index: test/message/let-lexical-declaration-in-single-statement.out |
| diff --git a/test/message/let-lexical-declaration-in-single-statement.out b/test/message/let-lexical-declaration-in-single-statement.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2bab7758651d5f8f6ff1843c60c68e6cb7446926 |
| --- /dev/null |
| +++ b/test/message/let-lexical-declaration-in-single-statement.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-statement context |
| +with ({}) let [a] = []; |
| + ^^^ |
| +SyntaxError: Lexical declaration cannot appear in a single-statement context |