summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js')
-rw-r--r--test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js b/test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js
index d285aff71..3fbd4af5b 100644
--- a/test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js
+++ b/test/built-ins/Proxy/construct/trap-is-undefined-proto-from-ctor-realm.js
@@ -23,7 +23,7 @@ info: >
features: [Reflect]
---*/
-var other = $.createRealm().global;
+var other = $262.createRealm().global;
var C = new other.Function();
C.prototype = null;