diff options
Diffstat (limited to 'test/language/statements/function/13.1-3-s.js')
-rw-r--r-- | test/language/statements/function/13.1-3-s.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/function/13.1-3-s.js b/test/language/statements/function/13.1-3-s.js index 803e5986c..cb4c6cebb 100644 --- a/test/language/statements/function/13.1-3-s.js +++ b/test/language/statements/function/13.1-3-s.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | Refer 13.1; It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList of a strict mode FunctionDeclaration or FunctionExpression. |