summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_005_missing_dynamic_import.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/error_005_missing_dynamic_import.ts')
-rw-r--r--tests/testdata/run/error_005_missing_dynamic_import.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/error_005_missing_dynamic_import.ts b/tests/testdata/run/error_005_missing_dynamic_import.ts
deleted file mode 100644
index 8ea8ff94e..000000000
--- a/tests/testdata/run/error_005_missing_dynamic_import.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-(async () => {
- const _badModule = await import("./bad-module.ts");
-})();