summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/check_local_by_default.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compile/check_local_by_default.ts')
-rw-r--r--cli/tests/testdata/compile/check_local_by_default.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/compile/check_local_by_default.ts b/cli/tests/testdata/compile/check_local_by_default.ts
deleted file mode 100644
index 2ae8c2692..000000000
--- a/cli/tests/testdata/compile/check_local_by_default.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import * as a from "http://localhost:4545/subdir/type_error.ts";
-
-console.log(a.a);