From b3e19c724782f94308e58a62bea024ad6b53162b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 16 Nov 2020 10:07:53 +0200 Subject: [PATCH] tests: restore skipped return_missing_comp_if.vv and return_missing_comp_if_nested.vv --- vlib/v/compiler_errors_test.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/vlib/v/compiler_errors_test.v b/vlib/v/compiler_errors_test.v index 20ab4a7010..46aca3ade8 100644 --- a/vlib/v/compiler_errors_test.v +++ b/vlib/v/compiler_errors_test.v @@ -9,8 +9,6 @@ import benchmark const ( skip_files = [ - 'vlib/v/checker/tests/return_missing_comp_if.vv', - 'vlib/v/checker/tests/return_missing_comp_if_nested.vv', 'vlib/v/checker/tests/custom_comptime_define_if_flag.vv', ] )