about summary refs log tree commit diff
path: root/tests/run-coverage/tight_inf_loop.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/tight_inf_loop.coverage')
-rw-r--r--tests/run-coverage/tight_inf_loop.coverage10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/run-coverage/tight_inf_loop.coverage b/tests/run-coverage/tight_inf_loop.coverage
index 2d4c57f451a..c15c76b3aba 100644
--- a/tests/run-coverage/tight_inf_loop.coverage
+++ b/tests/run-coverage/tight_inf_loop.coverage
@@ -1,6 +1,6 @@
-    1|      1|fn main() {
-    2|      1|    if false {
-    3|      0|        loop {}
-    4|      1|    }
-    5|      1|}
+   LL|      1|fn main() {
+   LL|      1|    if false {
+   LL|      0|        loop {}
+   LL|      1|    }
+   LL|      1|}