mirror of https://github.com/tc39/test262.git
fixes increment typo
This commit is contained in:
parent
df1d78d10f
commit
b175e34478
|
@ -5,7 +5,7 @@
|
|||
es5id: 11.4.5-2-2gs
|
||||
description: >
|
||||
Strict Mode - SyntaxError is throw if the UnaryExpression operated
|
||||
upon by a Prefix Increment operator(--arguments)
|
||||
upon by a Prefix Decrement operator(--arguments)
|
||||
negative: SyntaxError
|
||||
flags: [onlyStrict]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue