Skip to content

Commit c1d5a5a

Browse files
committedDec 8, 2022
Ignore errors when including clear_expected_if_blessed
Include is there only for the effect executing the rule. The file is not intended to be remade successfully to be actually included.
1 parent 7632db0 commit c1d5a5a

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/coverage-reports

1 file changed

+1
-1
lines changed
 

‎src/test/run-make/coverage-reports/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ifdef RUSTC_BLESS_TEST
8080
rm -f expected_*
8181
endif
8282

83-
include clear_expected_if_blessed
83+
-include clear_expected_if_blessed
8484

8585
%: $(SOURCEDIR)/lib/%.rs
8686
# Compile the test library with coverage instrumentation

0 commit comments

Comments
 (0)