Commit 8682166
authored
[test] Parse start hex offset when extracting WAT address in test_dwarf (#27455)
WebAssembly/binaryen#8944 changed WAT code
offset annotations from single addresses `;; code offset: 0x8` to
address ranges `;; code offset: 0x8 - 0xa`.
Extracting `.split()[0]` works with both single addresses and address
ranges.1 parent 1754f78 commit 8682166
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8164 | 8164 | | |
8165 | 8165 | | |
8166 | 8166 | | |
8167 | | - | |
| 8167 | + | |
8168 | 8168 | | |
8169 | 8169 | | |
8170 | 8170 | | |
| |||
8173 | 8173 | | |
8174 | 8174 | | |
8175 | 8175 | | |
8176 | | - | |
| 8176 | + | |
8177 | 8177 | | |
8178 | 8178 | | |
8179 | 8179 | | |
| |||
0 commit comments