diff options
Diffstat (limited to 'test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js')
-rw-r--r-- | test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js b/test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js index 336c886e7..3a0d7dc43 100644 --- a/test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js +++ b/test/built-ins/Array/length/S15.4.2.2_A2.3_T2.js @@ -3,7 +3,7 @@ /*--- esid: sec-array-len -info: > +info: | If the argument len is not a Number, then the length property of the newly constructed object is set to 1 and the 0 property of the newly constructed object is set to len |