diff --git a/test/built-ins/ShadowRealm/prototype/importValue/throws-if-import-value-does-not-exist.js b/test/built-ins/ShadowRealm/prototype/importValue/throws-if-import-value-does-not-exist.js index 257dfcfc7f..6e8cf07b4e 100644 --- a/test/built-ins/ShadowRealm/prototype/importValue/throws-if-import-value-does-not-exist.js +++ b/test/built-ins/ShadowRealm/prototype/importValue/throws-if-import-value-does-not-exist.js @@ -34,7 +34,7 @@ info: | If hasOwn is false, throw a TypeError exception. ... -flags: [async] +flags: [async, module] features: [ShadowRealm] ---*/