From 9837d6cf6983cb2ccec4a42d470f669219db2d1e Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 24 Jul 2019 22:49:16 +0200 Subject: [PATCH] fix option_test.v --- compiler/tests/option_test.v | 1 - 1 file changed, 1 deletion(-) 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!') }