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 |
deleted file mode 100644 |
index c4ecc28c970dc1b64cd7f25950307bb2f6657ebb..0000000000000000000000000000000000000000 |
--- a/test/message/syntactic-tail-call-in-comma.out |
+++ /dev/null |
@@ -1,4 +0,0 @@ |
-*%(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 |