mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
tests: fix v test-self
running locally
This commit is contained in:
parent
ec92964bb0
commit
c31397e17d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
vlib/v/checker/tests/interface_init_err.vv:15:7: warning: 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 |
|
13 |
|
||||||
14 | fn main() {
|
14 | fn main() {
|
||||||
15 | _ := Server{}
|
15 | _ := Server{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue