summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/has/trap-is-not-callable-realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/has/trap-is-not-callable-realm.js')
-rw-r--r--test/built-ins/Proxy/has/trap-is-not-callable-realm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/has/trap-is-not-callable-realm.js b/test/built-ins/Proxy/has/trap-is-not-callable-realm.js
index 7487ce975..2f95e8eda 100644
--- a/test/built-ins/Proxy/has/trap-is-not-callable-realm.js
+++ b/test/built-ins/Proxy/has/trap-is-not-callable-realm.js
@@ -19,7 +19,7 @@ info: |
...
---*/
-var OProxy = $.createRealm().global.Proxy;
+var OProxy = $262.createRealm().global.Proxy;
var p = new OProxy({}, {
has: {}
});