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