builtin,vdoc: make v doc -unsafe-run-examples -time -f ansi vlib/builtin/ pass too

This commit is contained in:
Delyan Angelov 2025-08-13 16:28:37 +03:00
parent 82cd81e963
commit 2e3f0b27f0
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 4 additions and 5 deletions

View file

@ -70,7 +70,6 @@ fn main() {
vd.vprintln('Setting output type to "${cfg.output_type}"')
vd.generate_docs_from_file()
if cfg.run_examples != .skip {
println('')
if vd.example_oks == 0 && vd.example_failures == 0 {
println(term.colorize(term.bright_yellow, 'Found NO examples.'))
} else {