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/loop_break_value.cov-map | |
| 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/loop_break_value.cov-map')
| -rw-r--r-- | tests/coverage/loop_break_value.cov-map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/coverage/loop_break_value.cov-map b/tests/coverage/loop_break_value.cov-map index 75018442d07..d8dca8a85c3 100644 --- a/tests/coverage/loop_break_value.cov-map +++ b/tests/coverage/loop_break_value.cov-map @@ -1,8 +1,8 @@ Function name: loop_break_value::main -Raw bytes (9): 0x[01, 01, 00, 01, 01, 03, 01, 0a, 02] +Raw bytes (9): 0x[01, 01, 00, 01, 01, 04, 01, 0a, 02] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Counter(0)) at (prev + 3, 1) to (start + 10, 2) +- Code(Counter(0)) at (prev + 4, 1) to (start + 10, 2) |
