Chromium Code Reviews| Index: test/message/syntactic-tail-call-without-return.out |
| diff --git a/test/message/syntactic-tail-call-without-return.out b/test/message/syntactic-tail-call-without-return.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cd4dd26bb9956ee834f96a3e75456c095c64c7ec |
| --- /dev/null |
| +++ b/test/message/syntactic-tail-call-without-return.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:12: SyntaxError: Tail call expression is not allowed here |
| + var x = continue f() ; |
| + ^^^^^^^^^^^^^ |
| +SyntaxError: Tail call expression is not allowed here |