From c778494922676b74baa1bc7bc62d5afc6d32085f Mon Sep 17 00:00:00 2001 From: rwaldron Date: Tue, 20 Jul 2021 12:52:16 -0400 Subject: [PATCH] fix: correction to broken test meta data --- .../importValue/throws-if-import-value-does-not-exist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Realm/prototype/importValue/throws-if-import-value-does-not-exist.js b/test/built-ins/Realm/prototype/importValue/throws-if-import-value-does-not-exist.js index aa961d9237..77746b1035 100644 --- a/test/built-ins/Realm/prototype/importValue/throws-if-import-value-does-not-exist.js +++ b/test/built-ins/Realm/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, module] +flags: [async, module] features: [callable-boundary-realms] ---*/