summaryrefslogtreecommitdiff
path: root/cli/tests/top_level_await_bug.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/top_level_await_bug.js')
-rw-r--r--cli/tests/top_level_await_bug.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/top_level_await_bug.js b/cli/tests/top_level_await_bug.js
deleted file mode 100644
index 3c6860a5b..000000000
--- a/cli/tests/top_level_await_bug.js
+++ /dev/null
@@ -1,2 +0,0 @@
-const mod = await import("./top_level_await_bug_nested.js");
-console.log(mod);