summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js')
-rw-r--r--test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js b/test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js
index 34891d251..b1f1a1713 100644
--- a/test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js
+++ b/test/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js
@@ -15,6 +15,7 @@ info: |
7.3.9 GetMethod (O, P)
5. If IsCallable(func) is false, throw a TypeError exception.
+features: [cross-realm]
---*/
var OProxy = $262.createRealm().global.Proxy;