checker: fix multi_const_field_name_duplicate test
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)
|
||||
2 | const (aaa = 2)
|
||||
| ~~~
|
||||
|
|
Loading…
Reference in New Issue