diff options
Diffstat (limited to 'test/built-ins/Object/S15.2.1.1_A2_T13.js')
-rw-r--r-- | test/built-ins/Object/S15.2.1.1_A2_T13.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/S15.2.1.1_A2_T13.js b/test/built-ins/Object/S15.2.1.1_A2_T13.js index 1644049c7..09ba92926 100644 --- a/test/built-ins/Object/S15.2.1.1_A2_T13.js +++ b/test/built-ins/Object/S15.2.1.1_A2_T13.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | When the Object function is called with one argument value, and the value neither is null nor undefined, and is supplied, return ToObject(value) es5id: 15.2.1.1_A2_T13 |