summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/comment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/comment.ts')
-rw-r--r--cli/tests/subdir/comment.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/subdir/comment.ts b/cli/tests/subdir/comment.ts
deleted file mode 100644
index ea7e630c0..000000000
--- a/cli/tests/subdir/comment.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// This is a comment.
-export function comment(): string {
- return "comment";
-}