diff options
author | Leonardo Balter <leonardo.balter@gmail.com> | 2016-02-04 19:12:53 -0200 |
---|---|---|
committer | Gorkem Yakin <goyakin@microsoft.com> | 2016-02-12 16:22:56 -0800 |
commit | ebda746e6a08615c6cf6b526c0b3ef8844edfb6e (patch) | |
tree | 1e0a3f2be2f7a097e416ff2a1485c997e0abba79 /test/language/expressions/arrow-function | |
parent | 76080eac08d5295658f9e8abe471b18b4e80e24d (diff) | |
download | qtdeclarative-testsuites-ebda746e6a08615c6cf6b526c0b3ef8844edfb6e.tar.gz |
Replace es7id tags with id
Diffstat (limited to 'test/language/expressions/arrow-function')
-rwxr-xr-x | test/language/expressions/arrow-function/syntax/early-errors/use-strict-with-non-simple-param.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/arrow-function/syntax/early-errors/use-strict-with-non-simple-param.js b/test/language/expressions/arrow-function/syntax/early-errors/use-strict-with-non-simple-param.js index 970aac3ee..264694556 100755 --- a/test/language/expressions/arrow-function/syntax/early-errors/use-strict-with-non-simple-param.js +++ b/test/language/expressions/arrow-function/syntax/early-errors/use-strict-with-non-simple-param.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -es7id: 14.2.1 +id: sec-arrow-function-definitions-static-semantics-early-errors description: > A SyntaxError is thrown if an arrow function contains a non-simple parameter list and a UseStrict directive. info: > |