1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: re-enable valgrind tests

This commit is contained in:
Alexander Medvednikov 2020-11-02 01:25:13 +01:00
parent d5a421e3f5
commit 06e4c45350

View File

@ -42,10 +42,6 @@ fn test_all() {
eprintln('This test is disabled for musl.')
exit(0)
}
if true {
println('skipping valgrind test for now')
return
}
bench_message := 'memory leak checking with valgrind'
mut bench := benchmark.new_benchmark()
eprintln(term.header(bench_message, '-'))