diff options
Diffstat (limited to 'test/language/statements/function/use-strict-with-non-simple-param.js')
-rw-r--r-- | test/language/statements/function/use-strict-with-non-simple-param.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/function/use-strict-with-non-simple-param.js b/test/language/statements/function/use-strict-with-non-simple-param.js index f09ac2a27..a9bb3bd33 100644 --- a/test/language/statements/function/use-strict-with-non-simple-param.js +++ b/test/language/statements/function/use-strict-with-non-simple-param.js @@ -5,7 +5,7 @@ esid: sec-function-definitions-static-semantics-early-errors description: > A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive. -info: > +info: | Static Semantics: Early Errors It is a Syntax Error if ContainsUseStrict of FunctionBody is true and IsSimpleParameterList of FormalParameters is false. |