summaryrefslogtreecommitdiff
path: root/tests/testdata/run/unsupported_dynamic_import_scheme.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/unsupported_dynamic_import_scheme.out')
-rw-r--r--tests/testdata/run/unsupported_dynamic_import_scheme.out7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/testdata/run/unsupported_dynamic_import_scheme.out b/tests/testdata/run/unsupported_dynamic_import_scheme.out
deleted file mode 100644
index c708fced4..000000000
--- a/tests/testdata/run/unsupported_dynamic_import_scheme.out
+++ /dev/null
@@ -1,7 +0,0 @@
-error: Uncaught (in promise) TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [
- "data",
- "blob",
- "file",
- "http",
- "https",
-]