From 10bfc6c9d26cfa5e6928113e51bb7c0ca1199c22 Mon Sep 17 00:00:00 2001 From: legendecas Date: Wed, 15 Dec 2021 23:54:38 +0800 Subject: [PATCH] Revert removal of module flag in ShadowRealm.prototype.importValue tests --- .../importValue/throws-if-import-value-does-not-exist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ---*/