summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/coverage/lib
AgeCommit message (Collapse)AuthorLines
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-0/+9
This uses the `SourceMap::doctest_offset_line` method to re-map line numbers from doctests. Remapping columns is not yet done. Part of issue #79417.
2020-12-03Fixed cross-crate generic call test to compile lib and bin separatelyRich Kadel-0/+104
The original test produced a single crate with two mods, which was not the goal of the test.