mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: valgrind: use -autofree without -experimental
This commit is contained in:
parent
57ad943b92
commit
ea04d23e1d
@ -74,7 +74,7 @@ fn test_all() {
|
||||
//
|
||||
exe_filename := '$wrkdir/x'
|
||||
full_path_to_source_file := os.join_path(vroot, test)
|
||||
compile_cmd := '$vexe -o $exe_filename -cg -cflags "-w" -experimental -autofree "$full_path_to_source_file"'
|
||||
compile_cmd := '$vexe -o $exe_filename -cg -cflags "-w" -autofree "$full_path_to_source_file"'
|
||||
vprintln('compile cmd: ${util.bold(compile_cmd)}')
|
||||
res := os.exec(compile_cmd) or {
|
||||
bench.fail()
|
||||
|
Loading…
Reference in New Issue
Block a user