about summary refs log tree commit diff
path: root/tests/coverage/inline-dead.coverage
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-01-16 13:52:08 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-01-18 10:42:37 +1100
commit99797bbd9fdb138dd59a782f156db8397d07943c (patch)
tree628788d713a0b0a2fba7bf19acfb3828bb251764 /tests/coverage/inline-dead.coverage
parent1f9353ae2ca81b0a508e38751b0d3ab213526f56 (diff)
downloadrust-99797bbd9fdb138dd59a782f156db8397d07943c.tar.gz
rust-99797bbd9fdb138dd59a782f156db8397d07943c.zip
coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes
are unimportant.
Diffstat (limited to 'tests/coverage/inline-dead.coverage')
-rw-r--r--tests/coverage/inline-dead.coverage5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/coverage/inline-dead.coverage b/tests/coverage/inline-dead.coverage
index 7c201f482db..a643332bce1 100644
--- a/tests/coverage/inline-dead.coverage
+++ b/tests/coverage/inline-dead.coverage
@@ -5,9 +5,8 @@
    LL|      1|    println!("{}", live::<false>());
    LL|      1|
    LL|      1|    let f = |x: bool| {
-   LL|      1|        debug_assert!(
-   LL|      0|            x
-   LL|       |        );
+   LL|      1|        debug_assert!(x);
+                                    ^0
    LL|      1|    };
    LL|      1|    f(false);
    LL|      1|}