summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/create/15.2.3.5-4-205.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/create/15.2.3.5-4-205.js')
-rw-r--r--test/built-ins/Object/create/15.2.3.5-4-205.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/built-ins/Object/create/15.2.3.5-4-205.js b/test/built-ins/Object/create/15.2.3.5-4-205.js
index 64db1e0ee..62ef93115 100644
--- a/test/built-ins/Object/create/15.2.3.5-4-205.js
+++ b/test/built-ins/Object/create/15.2.3.5-4-205.js
@@ -10,9 +10,9 @@ includes: [propertyHelper.js]
---*/
var newObj = Object.create({}, {
- prop: {
- writable: null
- }
+ prop: {
+ writable: null
+ }
});
assert(newObj.hasOwnProperty("prop"));