granite-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

6 lines
122 B
Text

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