Chromium Code Reviews| Index: test/message/syntactic-tail-call-in-for-of.out |
| diff --git a/test/message/syntactic-tail-call-in-for-of.out b/test/message/syntactic-tail-call-in-for-of.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2ec2926512a466fb76afd633559ee8955b813efd |
| --- /dev/null |
| +++ b/test/message/syntactic-tail-call-in-for-of.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:13: SyntaxError: Tail call expression in for-in/of body. |
| + return continue f(); |
| + ^ |
| +SyntaxError: Tail call expression in for-in/of body. |