From a16726ae6652a795ff24f368ca25f93bae673366 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 18 Mar 2023 18:19:13 +0100 Subject: Architecture description --- tests/typ/compiler/array.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/compiler/array.typ') diff --git a/tests/typ/compiler/array.typ b/tests/typ/compiler/array.typ index b51ee759..b9e5517e 100644 --- a/tests/typ/compiler/array.typ +++ b/tests/typ/compiler/array.typ @@ -163,7 +163,7 @@ #test((1, 2, 3, 4).fold(0, (s, x) => s + x), 10) --- -// Error: 20-30 function must have exactly two parameters +// Error: 20-22 unexpected argument #(1, 2, 3).fold(0, () => none) --- -- cgit v1.2.3