diff --git a/compiler/tests/option_test.v b/compiler/tests/option_test.v index 4b619a0416..6e90d207fc 100644 --- a/compiler/tests/option_test.v +++ b/compiler/tests/option_test.v @@ -10,7 +10,6 @@ fn test_err(){ } fn err_call(ok bool) ?int { -return 'sdf' if !ok { return error('Not ok!') }