summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js')
-rw-r--r--test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js b/test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js
index bb0e9cf4b..7e7b7212d 100644
--- a/test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js
+++ b/test/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js
@@ -29,7 +29,7 @@ var p = new OProxy({}, {
});
assert.throws(TypeError, function() {
- Object.setPrototypeOf(p, {
- value: 1
- });
+ Object.setPrototypeOf(p, {
+ value: 1
+ });
});