summary refs log tree commit diff
path: root/tests/coverage/macro_name_span.cov-map
AgeCommit message (Collapse)AuthorLines
2024-01-04macro_rules: Less hacky heuristic for using `tt` metavariable spansVadim Petrochenkov-4/+4
2023-11-13coverage: Regression test for #117788Zalathar-0/+16
Without the workaround applied, this test will produce malformed mappings that cause `llvm-cov` to fail. (And if it does emit well-formed mappings, they should be obviously incorrect.)