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 56433dc7b..0fd99fc0f 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
@@ -20,7 +20,7 @@ info: >
a. Let realm be ? GetFunctionRealm(constructor).
b. Let proto be realm's intrinsic object named intrinsicDefaultProto.
[...]
-features: [Reflect.construct]
+features: [cross-realm, Reflect.construct]
---*/
var other = $262.createRealm().global;