mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builtin,vdoc: make v doc -unsafe-run-examples -time -f ansi vlib/builtin/
pass too
This commit is contained in:
parent
82cd81e963
commit
2e3f0b27f0
3 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue