From 18d95114e0be4855c15901a37a3edd6f8861aee3 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 21 Jul 2019 17:59:25 +0200 Subject: [PATCH] testing: do not print anything if a test passed successfully --- compiler/parser.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/parser.v b/compiler/parser.v index 13f2698364..4b472cad5f 100644 --- a/compiler/parser.v +++ b/compiler/parser.v @@ -3239,7 +3239,7 @@ g_test_ok = 0 ; // Maybe print all vars in a test function if it fails? } else { - puts("\\x1B[32mPASSED: $p.cur_fn.name()\\x1B[0m"); + //puts("\\x1B[32mPASSED: $p.cur_fn.name()\\x1B[0m"); }') }