Index: test/message/no-legacy-const.out |
diff --git a/test/message/no-legacy-const.out b/test/message/no-legacy-const.out |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b28dd10b77beae23557d81d419a9dc4c1f254093 |
--- /dev/null |
+++ b/test/message/no-legacy-const.out |
@@ -0,0 +1,5 @@ |
+*%(basename)s:7: SyntaxError: Unexpected token const |
+const x = 42; |
+^^^^^ |
+ |
+SyntaxError: Unexpected token const |