Index: test/message/syntactic-tail-call-of-identifier.out |
diff --git a/test/message/syntactic-tail-call-of-identifier.out b/test/message/syntactic-tail-call-of-identifier.out |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8ad7b4e9ed7cbfe608bd2801093be098be5a5dd4 |
--- /dev/null |
+++ b/test/message/syntactic-tail-call-of-identifier.out |
@@ -0,0 +1,4 @@ |
+*%(basename)s:8: SyntaxError: Unexpected expression inside tail call |
+ return continue x ; |
+ ^ |
+SyntaxError: Unexpected expression inside tail call |