summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/print_hello.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/print_hello.ts')
-rw-r--r--cli/tests/subdir/print_hello.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/subdir/print_hello.ts b/cli/tests/subdir/print_hello.ts
index 7ecce5040..b9c0ad527 100644
--- a/cli/tests/subdir/print_hello.ts
+++ b/cli/tests/subdir/print_hello.ts
@@ -1,3 +1,3 @@
-export function printHello(): void {
+export function printHello() {
console.log("Hello");
}