diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-25 20:38:57 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-25 20:39:45 +0100 |
| commit | 906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051 (patch) | |
| tree | 0279a919a5aeb58351a44e34aa7d2e7e4afd094d /tests/coverage/closure.cov-map | |
| parent | 917dd826286bd85e26310e4db4a125d4038c277e (diff) | |
| download | rust-906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051.tar.gz rust-906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051.zip | |
comment out the old tests instead of adjusting them
Diffstat (limited to 'tests/coverage/closure.cov-map')
| -rw-r--r-- | tests/coverage/closure.cov-map | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tests/coverage/closure.cov-map b/tests/coverage/closure.cov-map index adf4aba0c23..fa20c8cf6d7 100644 --- a/tests/coverage/closure.cov-map +++ b/tests/coverage/closure.cov-map @@ -140,17 +140,19 @@ Number of file 0 mappings: 6 - Code(Counter(0)) at (prev + 2, 9) to (start + 0, 10) Highest counter ID seen: c1 -Function name: closure::main::{closure#18} (unused) -Raw bytes (24): 0x[01, 01, 00, 04, 00, 19, 0d, 02, 1c, 00, 02, 1d, 02, 12, 00, 02, 11, 00, 12, 00, 01, 11, 01, 0e] +Function name: closure::main::{closure#18} +Raw bytes (26): 0x[01, 01, 01, 01, 05, 04, 01, 19, 0d, 02, 1c, 05, 02, 1d, 02, 12, 02, 02, 11, 00, 12, 01, 01, 11, 01, 0e] Number of files: 1 - file 0 => global file 1 -Number of expressions: 0 +Number of expressions: 1 +- expression 0 operands: lhs = Counter(0), rhs = Counter(1) Number of file 0 mappings: 4 -- Code(Zero) at (prev + 25, 13) to (start + 2, 28) -- Code(Zero) at (prev + 2, 29) to (start + 2, 18) -- Code(Zero) at (prev + 2, 17) to (start + 0, 18) -- Code(Zero) at (prev + 1, 17) to (start + 1, 14) -Highest counter ID seen: (none) +- Code(Counter(0)) at (prev + 25, 13) to (start + 2, 28) +- Code(Counter(1)) at (prev + 2, 29) to (start + 2, 18) +- Code(Expression(0, Sub)) at (prev + 2, 17) to (start + 0, 18) + = (c0 - c1) +- Code(Counter(0)) at (prev + 1, 17) to (start + 1, 14) +Highest counter ID seen: c1 Function name: closure::main::{closure#19} Raw bytes (26): 0x[01, 01, 01, 01, 05, 04, 01, 43, 0d, 02, 1c, 05, 02, 1d, 02, 12, 02, 02, 11, 00, 12, 01, 01, 11, 01, 0e] |
