Chromium Code Reviews| Index: test/message/syntactic-tail-call-in-try-catch-finally.out |
| diff --git a/test/message/syntactic-tail-call-in-try-catch-finally.out b/test/message/syntactic-tail-call-in-try-catch-finally.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ad138aa3f317c1aeed0af69328c95a29f0e4dbac |
| --- /dev/null |
| +++ b/test/message/syntactic-tail-call-in-try-catch-finally.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:15: SyntaxError: Tail call expression in catch block when finally block is also present. |
| + return continue f(); |
| + ^ |
| +SyntaxError: Tail call expression in catch block when finally block is also present. |