summaryrefslogtreecommitdiff
path: root/test/language/expressions/compound-assignment/left-shift-non-simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/expressions/compound-assignment/left-shift-non-simple.js')
-rw-r--r--test/language/expressions/compound-assignment/left-shift-non-simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/compound-assignment/left-shift-non-simple.js b/test/language/expressions/compound-assignment/left-shift-non-simple.js
index 3a6f78f08..8c5cef42b 100644
--- a/test/language/expressions/compound-assignment/left-shift-non-simple.js
+++ b/test/language/expressions/compound-assignment/left-shift-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