diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-11-17 16:49:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 23:49:11 +0000 |
commit | 58068a7d1ce089b08bc5f8c422fee609d8c0dee3 (patch) | |
tree | 60511ff2766598dcd6733e70952e9aa7592e52bd /tools | |
parent | 23119fc1d411de1f48c6542aed30d0876caf2aea (diff) |
chore: bump deno_core (#21242)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f5cad5f96..3d5a33c23 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6936,12 +6936,8 @@ "scripting-1": { "the-script-element": { "import-assertions": { - "dynamic-import-with-assertion-argument.any.html": [ - "Dynamic import with an unsupported import assertion should fail" - ], - "dynamic-import-with-assertion-argument.any.worker.html": [ - "Dynamic import with an unsupported import assertion should fail" - ] + "dynamic-import-with-assertion-argument.any.html": true, + "dynamic-import-with-assertion-argument.any.worker.html": true }, "json-module": { "charset-bom.any.html": [ |