test: fix `as` checker test
parent
d04554f0b7
commit
5f5228f0f3
|
@ -1,4 +1,4 @@
|
||||||
x.v:7:9: error: unknown type `Stringg`
|
vlib/v/checker/tests/unknown_as_type.v:7:9: error: unknown type `Stringg`
|
||||||
5 |
|
5 |
|
||||||
6 | fn foo(e Expr) {
|
6 | fn foo(e Expr) {
|
||||||
7 | x := e as Stringg
|
7 | x := e as Stringg
|
||||||
|
|
Loading…
Reference in New Issue