ci: fix -cstrict compilation of term.ui tests
parent
7ee93c8a20
commit
04cc037955
|
@ -2,7 +2,6 @@ import term.ui
|
|||
import term
|
||||
|
||||
fn test_term_and_term_ui_can_compile_together() {
|
||||
a := &ui.Context(0)
|
||||
println('${term.bold('hello')} world ${int(a)}')
|
||||
println('${term.bold('hello')} world ${ui.color_table[0]}')
|
||||
assert true
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import term
|
|||
import term.ui
|
||||
|
||||
fn test_term_and_term_ui_can_compile_together() {
|
||||
a := &ui.Context(0)
|
||||
println('${term.bold('hello')} world ${int(a)}')
|
||||
println('${term.bold('hello')} world ${ui.color_table[0]}')
|
||||
assert true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue