mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix failing option_print_errors_test.v
This commit is contained in:
parent
be409b52e9
commit
0c33656a19
@ -96,7 +96,7 @@ pub fn (o Option2) str() string {
|
||||
if o.state == 1 {
|
||||
return 'Option{ none }'
|
||||
}
|
||||
return 'Option{ err: "$o.err" }'
|
||||
return 'Option{ error: "$o.err" }'
|
||||
}
|
||||
|
||||
// error returns an optional containing the error given in `message`.
|
||||
|
Loading…
Reference in New Issue
Block a user