mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix unknown_method_suggest_name.out test result too
This commit is contained in:
parent
65891f54ed
commit
91c9c0c917
@ -1,4 +1,4 @@
|
||||
vlib/v/checker/tests/unknown_method_suggest_name.v:7:2: error: unknown type `hash.crc32.Crc33`. Did you mean `crc32.Crc33` ?
|
||||
vlib/v/checker/tests/unknown_method_suggest_name.v:7:2: error: unknown type `hash.crc32.Crc33`. Did you mean `crc32.Crc32` ?
|
||||
5 | y int
|
||||
6 | z int
|
||||
7 | ccc crc32.Crc33
|
||||
|
Loading…
Reference in New Issue
Block a user