summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/S15.2.1.1_A1_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/S15.2.1.1_A1_T1.js')
-rw-r--r--test/built-ins/Object/S15.2.1.1_A1_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/S15.2.1.1_A1_T1.js b/test/built-ins/Object/S15.2.1.1_A1_T1.js
index 50a893912..a7b755444 100644
--- a/test/built-ins/Object/S15.2.1.1_A1_T1.js
+++ b/test/built-ins/Object/S15.2.1.1_A1_T1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
When the Object(value) is called and the value is null, undefined or not supplied,
create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1)
es5id: 15.2.1.1_A1_T1