summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js')
-rw-r--r--test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js
index 0d40c18b1..4b21dcaee 100644
--- a/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js
+++ b/test/built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-30.js
@@ -8,7 +8,7 @@ description: >
built-ins (Object.prototype.isPrototypeOf)
---*/
-var desc = Object.getOwnPropertyDescriptor(Object.prototype, "isPrototypeOf");
+ var desc = Object.getOwnPropertyDescriptor(Object.prototype, "isPrototypeOf");
assert.sameValue(desc.value, Object.prototype.isPrototypeOf, 'desc.value');
assert.sameValue(desc.writable, true, 'desc.writable');