Skip to content

Commit c9aa73c

Browse files
tmiaskopietroalbini
authored andcommitted
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 94b305d commit c9aa73c

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)