mirror of
https://github.com/vlang/v.git
synced 2025-09-17 03:17:25 -04:00
checker: fix multi_const_field_name_duplicate test
This commit is contained in:
parent
899c69caf1
commit
06f5279f77
@ -1,4 +1,4 @@
|
|||||||
vlib/v/checker/tests/multi_const_field_name_duplicate_err.v:2:8: error: field name `aaa` duplicate
|
vlib/v/checker/tests/multi_const_field_name_duplicate_err.v:2:8: error: duplicate const `aaa`
|
||||||
1 | const (aaa = 1)
|
1 | const (aaa = 1)
|
||||||
2 | const (aaa = 2)
|
2 | const (aaa = 2)
|
||||||
| ~~~
|
| ~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user