Index: test/message/syntactic-tail-call-in-comma.out |
diff --git a/test/message/syntactic-tail-call-in-comma.out b/test/message/syntactic-tail-call-in-comma.out |
index 56c88ef9579007cd0ab3eed7a7f3b6e59020bf13..c4ecc28c970dc1b64cd7f25950307bb2f6657ebb 100644 |
--- a/test/message/syntactic-tail-call-in-comma.out |
+++ b/test/message/syntactic-tail-call-in-comma.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 1, 2, 3, continue f() , 4 ; |
^^^^^^^^^^^^ |
SyntaxError: Tail call expression is not allowed here |