aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/func/wrong_params.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/func/wrong_params.sy')
-rw-r--r--progs/tests/func/wrong_params.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/func/wrong_params.sy b/progs/tests/func/wrong_params.sy
index e49e89b..0082a3a 100644
--- a/progs/tests/func/wrong_params.sy
+++ b/progs/tests/func/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)]