fix option_test.v
parent
299d41e3b9
commit
9837d6cf69
compiler/tests
|
@ -10,7 +10,6 @@ fn test_err(){
|
||||||
}
|
}
|
||||||
|
|
||||||
fn err_call(ok bool) ?int {
|
fn err_call(ok bool) ?int {
|
||||||
return 'sdf'
|
|
||||||
if !ok {
|
if !ok {
|
||||||
return error('Not ok!')
|
return error('Not ok!')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue