Index: test/message/super-constructor-extra-statement.out |
diff --git a/test/message/super-constructor-extra-statement.out b/test/message/super-constructor-extra-statement.out |
index a4156d04c481c31042d85794261835675c786c6c..0faa3bea0d0b2b975d542c5b59bd00bae21b080d 100644 |
--- a/test/message/super-constructor-extra-statement.out |
+++ b/test/message/super-constructor-extra-statement.out |
@@ -2,9 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-*%(basename)s:11: ReferenceError: Unsupported reference to 'super' |
+*%(basename)s:11: SyntaxError: 'super' keyword unexpected here |
super(x); |
- ^ |
-ReferenceError: Unsupported reference to 'super' |
- at new C (*%(basename)s:11:5) |
- at *%(basename)s:15:9 |
+ ^^^^^ |
+SyntaxError: 'super' keyword unexpected here |