summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture16.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture16.ts')
-rw-r--r--cli/tests/testdata/bundle/file_tests-fixture16.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture16.ts b/cli/tests/testdata/bundle/file_tests-fixture16.ts
deleted file mode 100644
index 5d0b05e92..000000000
--- a/cli/tests/testdata/bundle/file_tests-fixture16.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// todo(dsherret): use ./subdir/a.ts once fixtures are restored
-export { a as test1 } from "./file_tests-fixture16_2.ts";
-export { a as test2 } from "./file_tests-fixture16_2.ts";
-import { a } from "./file_tests-fixture16_2.ts";
-
-console.log(a);