Chromium Code Reviews| Index: test/message/destructuring-modify-const.out |
| diff --git a/test/message/destructuring-modify-const.out b/test/message/destructuring-modify-const.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..19bffa6d3de9d4e7c6dc91afee00a9651490f3f4 |
| --- /dev/null |
| +++ b/test/message/destructuring-modify-const.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:9: TypeError: Assignment to constant variable. |
| +x++; |
| + ^ |
| +TypeError: Assignment to constant variable. |
| + at *%(basename)s:9:2 |