summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js')
-rw-r--r--test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js
index 9fcd1fac8..3ef083881 100644
--- a/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js
+++ b/test/built-ins/Object/getPrototypeOf/15.2.3.2-2-30.js
@@ -8,6 +8,6 @@ description: >
(the global object)
---*/
- var proto = Object.getPrototypeOf(this);
+var proto = Object.getPrototypeOf(this);
assert.sameValue(proto.isPrototypeOf(this), true, 'proto.isPrototypeOf(this)');