diff options
Diffstat (limited to 'test/language/expressions/compound-assignment/btws-or-non-simple.js')
-rw-r--r-- | test/language/expressions/compound-assignment/btws-or-non-simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/compound-assignment/btws-or-non-simple.js b/test/language/expressions/compound-assignment/btws-or-non-simple.js index 9b7448476..bf5cbf531 100644 --- a/test/language/expressions/compound-assignment/btws-or-non-simple.js +++ b/test/language/expressions/compound-assignment/btws-or-non-simple.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | It is an early Reference Error if IsValidSimpleAssignmentTarget of LeftHandSideExpression is false. es6id: 12.14.1 |