mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
166dd61e90
This reverts commit 0376cbf6bd
.
9 lines
180 B
V
9 lines
180 B
V
import term.ui
|
|
|
|
// This test just ensures that programs importing term.ui can compile
|
|
|
|
fn test_a_simple_term_ui_program_can_be_compiled() {
|
|
println(ui.color_table)
|
|
assert true
|
|
}
|