rust/tests/run-coverage/tight_inf_loop.coverage
Zalathar bfb16545a3 coverage: Anonymize line numbers in run-coverage test snapshots
This makes the test snapshots less sensitive to lines being added/removed.
2023-08-17 10:03:32 +10:00

7 lines
122 B
Plaintext

LL| 1|fn main() {
LL| 1| if false {
LL| 0| loop {}
LL| 1| }
LL| 1|}