mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: use term.header_left, and a more compact output layout
This commit is contained in:
@ -441,11 +441,11 @@ pub fn building_any_v_binaries_failed() bool {
|
||||
}
|
||||
|
||||
pub fn eheader(msg string) {
|
||||
eprintln(term.header(msg, '-'))
|
||||
eprintln(term.header_left(msg, '-'))
|
||||
}
|
||||
|
||||
pub fn header(msg string) {
|
||||
println(term.header(msg, '-'))
|
||||
println(term.header_left(msg, '-'))
|
||||
}
|
||||
|
||||
pub fn setup_new_vtmp_folder() string {
|
||||
|
Reference in New Issue
Block a user