1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix option_test.v

This commit is contained in:
Alexander Medvednikov 2019-07-24 22:49:16 +02:00
parent 299d41e3b9
commit 9837d6cf69

View File

@ -10,7 +10,6 @@ fn test_err(){
}
fn err_call(ok bool) ?int {
return 'sdf'
if !ok {
return error('Not ok!')
}