tests: re-enable valgrind tests

pull/6713/head
Alexander Medvednikov 2020-11-02 01:25:13 +01:00
parent d5a421e3f5
commit 06e4c45350
1 changed files with 0 additions and 4 deletions

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, '-'))