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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..56c88ef9579007cd0ab3eed7a7f3b6e59020bf13 |
--- /dev/null |
+++ b/test/message/syntactic-tail-call-in-comma.out |
@@ -0,0 +1,4 @@ |
+*%(basename)s:12: SyntaxError: Tail call expression is not allowed here |
+ return 1, 2, 3, continue f() , 4 ; |
+ ^^^^^^^^^^^^ |
+SyntaxError: Tail call expression is not allowed here |