Skip to content

Commit b359ccf

Browse files
committed
Auto merge of rust-lang#105477 - tmiasko:make, r=ehuss
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. I erroneously changed this in rust-lang#100912.
2 parents 7632db0 + c1d5a5a commit b359ccf

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)