| 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
|
| index 2bab7758651d5f8f6ff1843c60c68e6cb7446926..29680d8fd85db3f2fc23e6c87f498cf518e16b45 100644
|
| --- a/test/message/let-lexical-declaration-in-single-statement.out
|
| +++ b/test/message/let-lexical-declaration-in-single-statement.out
|
| @@ -1,4 +1,4 @@
|
| *%(basename)s:5: SyntaxError: Lexical declaration cannot appear in a single-statement context
|
| -with ({}) let [a] = [];
|
| +with ({}) let a = [];
|
| ^^^
|
| SyntaxError: Lexical declaration cannot appear in a single-statement context
|
|
|