summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/S15.4_A1.1_T6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/S15.4_A1.1_T6.js')
-rw-r--r--test/built-ins/Array/S15.4_A1.1_T6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Array/S15.4_A1.1_T6.js b/test/built-ins/Array/S15.4_A1.1_T6.js
index 2d2aa32c5..8b0478706 100644
--- a/test/built-ins/Array/S15.4_A1.1_T6.js
+++ b/test/built-ins/Array/S15.4_A1.1_T6.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
A property name P (in the form of a string value) is an array index
if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1
es5id: 15.4_A1.1_T6