summaryrefslogtreecommitdiff
path: root/tests/specs/info_tests/json_file/json_output/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/info_tests/json_file/json_output/main.ts')
-rw-r--r--tests/specs/info_tests/json_file/json_output/main.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/specs/info_tests/json_file/json_output/main.ts b/tests/specs/info_tests/json_file/json_output/main.ts
deleted file mode 100644
index d9029af8a..000000000
--- a/tests/specs/info_tests/json_file/json_output/main.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { printHello3, returnsFoo2, returnsHi } from "../mod1.ts";
-
-printHello3();
-
-if (returnsHi() !== "Hi") {
- throw Error("Unexpected");
-}
-
-if (returnsFoo2() !== "Foo") {
- throw Error("Unexpected");
-}