summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/lock_only_http_and_https/b.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/lock_only_http_and_https/b.ts')
-rw-r--r--cli/tests/testdata/run/lock_only_http_and_https/b.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/lock_only_http_and_https/b.ts b/cli/tests/testdata/run/lock_only_http_and_https/b.ts
deleted file mode 100644
index 3bf5ac26a..000000000
--- a/cli/tests/testdata/run/lock_only_http_and_https/b.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function b() {
- return "b";
-}