This commit is contained in:
ge 2025-01-13 20:58:30 +03:00
parent 23b0c1bf6b
commit 6d0a074588

View File

@ -12,7 +12,7 @@ fn test_mymod() {
make_pub: false
}
os.write_file('assets_generated.v', gen.generate())!
ret := os.execute('sh -c "v run ."')
ret := os.execute('${os.quoted_path(@VEXE)} run .')
dump(diff.compare_text(ret.output, expected_out)!)
assert ret.output == expected_out
}