1
0
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:
Alexander Medvednikov
2020-04-02 18:11:24 +02:00
parent 914e9df6ba
commit fd12e4e826
2 changed files with 4 additions and 22 deletions

View File

@@ -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)