| Index: test/message/syntactic-tail-call-in-binop-rhs.out
|
| diff --git a/test/message/syntactic-tail-call-in-binop-rhs.out b/test/message/syntactic-tail-call-in-binop-rhs.out
|
| index bd60202ed67819cbb052bafb0e00310f5f039f8b..207c526e2f28a98c1e8b487a4704f2bf6a660059 100644
|
| --- a/test/message/syntactic-tail-call-in-binop-rhs.out
|
| +++ b/test/message/syntactic-tail-call-in-binop-rhs.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
|
| return b + continue f() ;
|
| ^^^^^^^^^^^^
|
| SyntaxError: Tail call expression is not allowed here
|
|
|