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

testing: do not print anything if a test passed successfully

This commit is contained in:
Alexander Medvednikov 2019-07-21 17:59:25 +02:00
parent 135f200ea2
commit 18d95114e0

View File

@ -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");
}')
}