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