1
0
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:
Delyan Angelov 2020-07-30 19:37:36 +03:00
parent 65891f54ed
commit 91c9c0c917

View File

@ -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