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

tests: change skip color to yellow instead of red

This commit is contained in:
Daniel Däschle
2020-04-08 16:52:40 +02:00
committed by GitHub
parent bcb9d90abb
commit a61654009f
2 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ SPENT 462 ms in code_2
const (
BOK = term.ok_message('OK ')
BFAIL = term.fail_message('FAIL')
BSKIP = term.fail_message('SKIP')
BSKIP = term.warn_message('SKIP')
BSPENT = term.ok_message('SPENT')
)