summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/top_level_await/tla/c.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/top_level_await/tla/c.js')
-rw-r--r--cli/tests/testdata/run/top_level_await/tla/c.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/top_level_await/tla/c.js b/cli/tests/testdata/run/top_level_await/tla/c.js
deleted file mode 100644
index 806eb0a8b..000000000
--- a/cli/tests/testdata/run/top_level_await/tla/c.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import order from "./order.js";
-
-order.push("c");