diff options
| author | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 |
| commit | dbf5ae3a864f555cfe6770896a23f7dea77fb6fb (patch) | |
| tree | 6a07c50615c5bd0912129f4e5fdecd604b3dd0b5 /tests/coverage/attr/module.cov-map | |
| parent | a52085d9f6a6e596b0cbad4502cddf86bc878028 (diff) | |
| download | rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.tar.gz rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.zip | |
Add reference annotations for the `coverage` attribute
Diffstat (limited to 'tests/coverage/attr/module.cov-map')
| -rw-r--r-- | tests/coverage/attr/module.cov-map | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/coverage/attr/module.cov-map b/tests/coverage/attr/module.cov-map index 3efc745dba3..b318ac85a6c 100644 --- a/tests/coverage/attr/module.cov-map +++ b/tests/coverage/attr/module.cov-map @@ -1,27 +1,27 @@ Function name: module::off::on (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 0b, 05, 00, 0f] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 0c, 05, 00, 0f] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 11, 5) to (start + 0, 15) +- Code(Zero) at (prev + 12, 5) to (start + 0, 15) Highest counter ID seen: (none) Function name: module::on::inherit (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 13, 05, 00, 14] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 14, 05, 00, 14] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 19, 5) to (start + 0, 20) +- Code(Zero) at (prev + 20, 5) to (start + 0, 20) Highest counter ID seen: (none) Function name: module::on::on (unused) -Raw bytes (9): 0x[01, 01, 00, 01, 00, 16, 05, 00, 0f] +Raw bytes (9): 0x[01, 01, 00, 01, 00, 17, 05, 00, 0f] Number of files: 1 - file 0 => global file 1 Number of expressions: 0 Number of file 0 mappings: 1 -- Code(Zero) at (prev + 22, 5) to (start + 0, 15) +- Code(Zero) at (prev + 23, 5) to (start + 0, 15) Highest counter ID seen: (none) |
