Chromium Code Reviews| Index: test/message/try-catch-variable-conflict.out |
| diff --git a/test/message/try-catch-variable-conflict.out b/test/message/try-catch-variable-conflict.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7fb8de51011646733020696a30c734529c3a837 |
| --- /dev/null |
| +++ b/test/message/try-catch-variable-conflict.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:9: SyntaxError: Identifier 'x' has already been declared |
| + var x; |
| + ^ |
| +SyntaxError: Identifier 'x' has already been declared |