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:
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user