mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix compiler_test.v
This commit is contained in:
@@ -26,7 +26,7 @@ fn test_all() {
|
||||
panic(err)
|
||||
}
|
||||
os.rm('exe')
|
||||
x := os.exec('$vexe -o exe -cflags "-w" -cg -backend experimental $program') or {
|
||||
x := os.exec('$vexe -o exe -cflags "-w" -cg $program') or {
|
||||
panic(err)
|
||||
}
|
||||
// os.rm(program)
|
||||
|
||||
Reference in New Issue
Block a user