Skip to content

Commit

Permalink
Auto merge of rust-lang#105477 - tmiasko:make, r=ehuss
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Dec 8, 2022
2 parents 7632db0 + c1d5a5a commit b359ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/coverage-reports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ifdef RUSTC_BLESS_TEST
rm -f expected_*
endif

include clear_expected_if_blessed
-include clear_expected_if_blessed

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

0 comments on commit b359ccf

Please sign in to comment.