From 06e4c453503a5b1bacf6b95a78290c3768c437e6 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 2 Nov 2020 01:25:13 +0100 Subject: [PATCH] tests: re-enable valgrind tests --- vlib/v/tests/valgrind/valgrind_test.v | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vlib/v/tests/valgrind/valgrind_test.v b/vlib/v/tests/valgrind/valgrind_test.v index 50717fce01..71e3d8fa5d 100644 --- a/vlib/v/tests/valgrind/valgrind_test.v +++ b/vlib/v/tests/valgrind/valgrind_test.v @@ -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, '-'))