Skip to content

Commit 06c7fcc

Browse files
FIX: test 013_function_call_arg_count
1 parent 7fc333f commit 06c7fcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/lint/013_function_call_arg_count.expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"string1"
33
string => canonify();
44
^--------^
5-
Error: Expected 1 arguments, received 0 at tests/lint/013_function_call_arg_count.x.cf:5:15
5+
Error: Expected 1 arguments, received 0 for function 'canonify' at tests/lint/013_function_call_arg_count.x.cf:5:15
66

77
"string3"
88
string => canonify("test", "test");
99
^----------------------^
10-
Error: Expected 1 arguments, received 2 at tests/lint/013_function_call_arg_count.x.cf:9:15
10+
Error: Expected 1 arguments, received 2 for function 'canonify' at tests/lint/013_function_call_arg_count.x.cf:9:15
1111
FAIL: tests/lint/013_function_call_arg_count.x.cf (2 errors)
1212
Failure, 2 errors in total.

0 commit comments

Comments
 (0)