diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-16 13:40:01 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-16 15:56:37 +1100 |
| commit | f1494425bbb68e71f2bf3aa215fb71978b36acf2 (patch) | |
| tree | 4676a1d861e10d24c2d7938046b7e7a28d6f5cda /tests/coverage/try_error_result.coverage | |
| parent | 714b29a17ff5fa727c794bbb60bfd335f8e75d42 (diff) | |
| download | rust-f1494425bbb68e71f2bf3aa215fb71978b36acf2.tar.gz rust-f1494425bbb68e71f2bf3aa215fb71978b36acf2.zip | |
coverage: Add `#[rustfmt::skip]` to tests with non-standard formatting
These tests deliberately use non-standard formatting, so that the line execution counts reported by `llvm-cov` reveal additional information about where code regions begin and end.
Diffstat (limited to 'tests/coverage/try_error_result.coverage')
| -rw-r--r-- | tests/coverage/try_error_result.coverage | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/coverage/try_error_result.coverage b/tests/coverage/try_error_result.coverage index 5d48cbd62f2..418efa7fcb5 100644 --- a/tests/coverage/try_error_result.coverage +++ b/tests/coverage/try_error_result.coverage @@ -9,6 +9,7 @@ LL| | } LL| 6|} LL| | + LL| |#[rustfmt::skip] LL| 1|fn test1() -> Result<(), ()> { LL| 1| let mut LL| 1| countdown = 10 @@ -58,6 +59,7 @@ LL| 17| } LL| |} LL| | + LL| |#[rustfmt::skip] LL| 1|fn test2() -> Result<(), ()> { LL| 1| let thing1 = Thing1{}; LL| 1| let mut @@ -115,6 +117,7 @@ LL| 0| Ok(()) LL| 1|} LL| | + LL| |#[rustfmt::skip] LL| 1|fn main() -> Result<(), ()> { LL| 1| test1().expect_err("test1 should fail"); LL| 1| test2() |
