ci: vfmt new vlib/vweb/vweb_app_test.v
parent
9f27cf5b21
commit
2b420cdf4d
|
@ -18,7 +18,7 @@ struct Article {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn test_a_vweb_application_compiles() {
|
fn test_a_vweb_application_compiles() {
|
||||||
go fn() {
|
go fn () {
|
||||||
time.sleep(2 * time.second)
|
time.sleep(2 * time.second)
|
||||||
exit(0)
|
exit(0)
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Reference in New Issue