Auto merge of #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 #100912.
This commit is contained in:
commit
b359ccf1b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user