summaryrefslogtreecommitdiff
path: root/test/language/statements/for-in/S12.6.4_A4.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/for-in/S12.6.4_A4.1.js')
-rw-r--r--test/language/statements/for-in/S12.6.4_A4.1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for-in/S12.6.4_A4.1.js b/test/language/statements/for-in/S12.6.4_A4.1.js
index 2a303e18e..967007600 100644
--- a/test/language/statements/for-in/S12.6.4_A4.1.js
+++ b/test/language/statements/for-in/S12.6.4_A4.1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The production IterationStatement: "for (var VariableDeclarationNoIn in
Expression) Statement"
es5id: 12.6.4_A4.1