mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: update enum test
This commit is contained in:
parent
209747d03e
commit
be5446bfa4
@ -3,5 +3,5 @@ vlib/v/checker/tests/enum_err.vv:4:13: error: default value for enum has to be a
|
||||
3 | enum Color {
|
||||
4 | green = 'green'
|
||||
| ~~~~~~~
|
||||
5 | yellow = 1+1
|
||||
5 | yellow
|
||||
6 | blue
|
||||
|
Loading…
Reference in New Issue
Block a user