test: fix `as` checker test

pull/5387/head
Alexander Medvednikov 2020-06-19 11:48:19 +02:00
parent d04554f0b7
commit 5f5228f0f3
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
6 | fn foo(e Expr) {
7 | x := e as Stringg