aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/func
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-09 19:52:19 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-09 19:52:19 +0100
commite61e0a3d3bc015854c91761a70544e74b0478b94 (patch)
treed494b8771dc71b52aa56fe948e7e6eab260d216a /progs/tests/func
parentf672c43cb65b30be0cec9397a7c1deef9d30b61d (diff)
parent345cb8efef31af3e6fda65357fbab25664d385a2 (diff)
downloadsylt-move-tests.tar.gz
Merge remote-tracking branch 'origin/main' into move-testsmove-tests
Diffstat (limited to 'progs/tests/func')
-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)]