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