aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-03-08 20:53:01 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-03-08 20:53:01 +0100
commit858d5c1756b64f4973588424b8ba375136740510 (patch)
tree0c1fb1122d60e85db4b6abcc7cbebce007d21139 /progs/tests
parent3bd382ae68eea0b40d60a0491aad760ae757ef2e (diff)
downloadsylt-858d5c1756b64f4973588424b8ba375136740510.tar.gz
order the return type correctly
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/wrong_params.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/wrong_params.sy b/progs/tests/wrong_params.sy
index e49e89b..0082a3a 100644
--- a/progs/tests/wrong_params.sy
+++ b/progs/tests/wrong_params.sy
@@ -4,4 +4,4 @@ start :: fn {
f
}
-// errors: [ErrorKind::TypeMismatch(_, _), ErrorKind::TypeMismatch(Type::Void, Type::Int)]
+// errors: [ErrorKind::TypeMismatch(_, _), ErrorKind::TypeMismatch(Type::Int, Type::Void)]