summaryrefslogtreecommitdiff
path: root/cli/tests/error_002.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/error_002.ts')
-rw-r--r--cli/tests/error_002.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/error_002.ts b/cli/tests/error_002.ts
index eb66764b7..6aa0fcc3b 100644
--- a/cli/tests/error_002.ts
+++ b/cli/tests/error_002.ts
@@ -1,6 +1,6 @@
import { throwsError } from "./subdir/mod1.ts";
-function foo(): void {
+function foo() {
throwsError();
}