summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture12.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture12.ts')
-rw-r--r--cli/tests/testdata/bundle/file_tests-fixture12.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture12.ts b/cli/tests/testdata/bundle/file_tests-fixture12.ts
deleted file mode 100644
index 32b9566bd..000000000
--- a/cli/tests/testdata/bundle/file_tests-fixture12.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { a } from "./subdir/p.ts";
-
-function b() {
- a();
-}
-
-b();