Index: test/message/redeclaration1.out |
diff --git a/test/message/redeclaration1.out b/test/message/redeclaration1.out |
new file mode 100644 |
index 0000000000000000000000000000000000000000..89e074701a8a57e465b9c9335f5ae85a1de35a13 |
--- /dev/null |
+++ b/test/message/redeclaration1.out |
@@ -0,0 +1,5 @@ |
+*%(basename)s:6: SyntaxError: Identifier 'foo' has already been declared |
+let foo = 2; |
+ ^ |
+SyntaxError: Identifier 'foo' has already been declared |
+ |