Chromium Code Reviews| Index: test/message/for-in-loop-initializers-destructuring.out |
| diff --git a/test/message/for-in-loop-initializers-destructuring.out b/test/message/for-in-loop-initializers-destructuring.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9dbda2c639d400d98a415b667d542cf822fc3cf0 |
| --- /dev/null |
| +++ b/test/message/for-in-loop-initializers-destructuring.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:8: SyntaxError: for-in loop variable declaration may not have an initializer. |
| + for (var [x, y] = {} in {}); |
| + ^^^^^^ |
| +SyntaxError: for-in loop variable declaration may not have an initializer. |