diff options
Diffstat (limited to 'test/built-ins/Array/S15.4.5.1_A2.1_T1.js')
-rw-r--r-- | test/built-ins/Array/S15.4.5.1_A2.1_T1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Array/S15.4.5.1_A2.1_T1.js b/test/built-ins/Array/S15.4.5.1_A2.1_T1.js index 859c2f232..3006c94e7 100644 --- a/test/built-ins/Array/S15.4.5.1_A2.1_T1.js +++ b/test/built-ins/Array/S15.4.5.1_A2.1_T1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | If P is not an array index, return (Create a property with name P, set its value to V and give it empty attributes) es5id: 15.4.5.1_A2.1_T1 |