| 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
|
| index cd4dd26bb9956ee834f96a3e75456c095c64c7ec..0508fc337814d0aa5d854646823a739e6984ea00 100644
|
| --- a/test/message/syntactic-tail-call-without-return.out
|
| +++ b/test/message/syntactic-tail-call-without-return.out
|
| @@ -1,4 +1,4 @@
|
| -*%(basename)s:12: SyntaxError: Tail call expression is not allowed here
|
| +*%(basename)s:13: SyntaxError: Tail call expression is not allowed here
|
| var x = continue f() ;
|
| ^^^^^^^^^^^^^
|
| SyntaxError: Tail call expression is not allowed here
|
|
|