summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/dynamic_import/c.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/dynamic_import/c.js')
-rw-r--r--cli/tests/testdata/dynamic_import/c.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/dynamic_import/c.js b/cli/tests/testdata/dynamic_import/c.js
deleted file mode 100644
index 20546455e..000000000
--- a/cli/tests/testdata/dynamic_import/c.js
+++ /dev/null
@@ -1,2 +0,0 @@
-await import("./bad2.mjs");
-export default () => "error";