update regression tests

This commit is contained in:
danyaberezun 2025-02-28 17:12:46 +01:00
parent d8dc84cf2c
commit 739a59ebd8
81 changed files with 771 additions and 555 deletions

View file

@ -21,7 +21,7 @@ let () =
let found =
if Sys.file_exists !lama_file then (
cram_printfn
" $ ../src/Driver.exe -i test%03d.lama < \
" $ ../src/Driver.exe -runtime ../runtime -I ../stdlib/x64 -i test%03d.lama < \
test%03d.input"
i i;
true)