summaryrefslogtreecommitdiff
path: root/test/language/statements/for-in/S12.6.4_A6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/for-in/S12.6.4_A6.js')
-rw-r--r--test/language/statements/for-in/S12.6.4_A6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for-in/S12.6.4_A6.js b/test/language/statements/for-in/S12.6.4_A6.js
index 38e697f61..f67558d6c 100644
--- a/test/language/statements/for-in/S12.6.4_A6.js
+++ b/test/language/statements/for-in/S12.6.4_A6.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_A6