summaryrefslogtreecommitdiff
path: root/tests/038_checkjs.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/038_checkjs.js.out')
-rw-r--r--tests/038_checkjs.js.out15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/038_checkjs.js.out b/tests/038_checkjs.js.out
deleted file mode 100644
index deaf77211..000000000
--- a/tests/038_checkjs.js.out
+++ /dev/null
@@ -1,15 +0,0 @@
-[WILDCARD]
-error TS2552: Cannot find name 'consol'. Did you mean 'console'?
-
-[WILDCARD]tests/038_checkjs.js:2:1
-
-2 consol.log("hello world!");
-[WILDCARD]
-error TS2552: Cannot find name 'Foo'. Did you mean 'foo'?
-
-[WILDCARD]tests/038_checkjs.js:6:17
-
-6 const foo = new Foo();
-[WILDCARD]
-Found 2 errors.
-[WILDCARD] \ No newline at end of file