mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
bfb16545a3
This makes the test snapshots less sensitive to lines being added/removed.
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
LL| 1|fn main() {
|
|
LL| 1| let num = 9;
|
|
LL| 1| while num >= 10 {
|
|
LL| 0| }
|
|
LL| 1|}
|
|
|