Index: test/message/strict-formal-parameters.out |
diff --git a/test/message/strict-formal-parameters.out b/test/message/strict-formal-parameters.out |
index 3648d3858690561925d9551d700163709872da3f..3ea3f233b74da85b24a2923f772e1c91c94f70cf 100644 |
--- a/test/message/strict-formal-parameters.out |
+++ b/test/message/strict-formal-parameters.out |
@@ -1,4 +1,4 @@ |
-*%(basename)s:6: SyntaxError: Strict mode function may not have duplicate parameter names |
+*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context |
function foo(b, a, a, d) { return a } |
^ |
-SyntaxError: Strict mode function may not have duplicate parameter names |
+SyntaxError: Duplicate parameter name not allowed in this context |