mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix test
This commit is contained in:
parent
5ee8880fe0
commit
ffb5c7504f
@ -1,4 +1,4 @@
|
||||
vlib/v/checker/tests/interface_init_err.vv:15:7: notice: interface field `Server.handler` must be initialized
|
||||
vlib/v/checker/tests/interface_init_err.vv:15:7: error: interface field `Server.handler` must be initialized
|
||||
13 |
|
||||
14 | fn main() {
|
||||
15 | _ := Server{}
|
||||
|
Loading…
Reference in New Issue
Block a user