From 52e7bfc4b6f4112597449fc574e0ea64714f35e8 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sun, 6 Jun 2021 22:25:29 -0400 Subject: [PATCH] "flags" is a top-level key, not a key within "negative" --- test/language/module-code/early-export-ill-formed-string.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/language/module-code/early-export-ill-formed-string.js b/test/language/module-code/early-export-ill-formed-string.js index a67bc3a25b..94d86b4b45 100644 --- a/test/language/module-code/early-export-ill-formed-string.js +++ b/test/language/module-code/early-export-ill-formed-string.js @@ -8,8 +8,8 @@ info: | ModuleExportName : StringLiteral It is a Syntax Error if IsStringWellFormedUnicode of the StringValue of StringLiteral is *false*. +flags: [module] negative: - flags: module phase: parse type: SyntaxError features: [arbitrary-module-namespace-names]