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', ] )