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