Index: test/message/syntactic-tail-call-in-logical-or.out |
diff --git a/test/message/syntactic-tail-call-in-logical-or.out b/test/message/syntactic-tail-call-in-logical-or.out |
index d8cb69659c97f9e93e27933aa90584fe64504d75..4ced76118a6c673a2e46a1aafe573bf44313bbc8 100644 |
--- a/test/message/syntactic-tail-call-in-logical-or.out |
+++ b/test/message/syntactic-tail-call-in-logical-or.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 continue f() || a ; |
^^^^^^^^^^^^ |
SyntaxError: Tail call expression is not allowed here |