adjust tests

This commit is contained in:
nora 2024-06-01 14:57:09 +02:00
parent 8b33910aec
commit f2a5896b9d
3 changed files with 118 additions and 119 deletions

View file

@ -1,4 +1,8 @@
error: cannot find list
error: expected `=`, found `,`
--> $DIR/module_not_found.nil:2
2 | let _l = list.new();
^^^^
2 | let _false, l = list.new();
^
error: `main` function not found
--> $DIR/module_not_found.nil:1
1 | function main() = (
^