We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533e770 commit 4f9b942Copy full SHA for 4f9b942
tests/run-make/coverage-reports/Makefile
@@ -174,7 +174,7 @@ else
174
# files are redundant, so there is no need to generate `expected_*.json` files or
175
# compare actual JSON results.)
176
177
- $(DIFF) --ignore-matching-lines='^ \| .*::<.*>.*:$$' --ignore-matching-lines='^ \| <.*>::.*:$$' \
+ $(DIFF) --ignore-matching-lines='^ | .*::<.*>.*:$$' --ignore-matching-lines='^ | <.*>::.*:$$' \
178
expected_show_coverage.$@.txt "$(TMPDIR)"/actual_show_coverage.$@.txt || \
179
( grep -q '^\/\/ ignore-llvm-cov-show-diffs' $(SOURCEDIR)/$@.rs && \
180
>&2 echo 'diff failed, but suppressed with `// ignore-llvm-cov-show-diffs` in $(SOURCEDIR)/$@.rs' \
0 commit comments