aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/wrong_ret.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/wrong_ret.sy')
-rw-r--r--progs/tests/auto/wrong_ret.sy7
1 files changed, 0 insertions, 7 deletions
diff --git a/progs/tests/auto/wrong_ret.sy b/progs/tests/auto/wrong_ret.sy
deleted file mode 100644
index 81f2517..0000000
--- a/progs/tests/auto/wrong_ret.sy
+++ /dev/null
@@ -1,7 +0,0 @@
-start :: fn {
-
- f : fn -> int = fn {}
-f
-}
-
-// errors: [ErrorKind::TypeMismatch(_, _)]