Skip to content

Commit c9fc5f3

Browse files
authored
Re-enable test_emsymbolizer_srcloc. NFC (#26803)
1 parent 95859e0 commit c9fc5f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test_other.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9680,8 +9680,6 @@ def get_instr_addr(self, text, filename):
96809680

96819681
def test_emsymbolizer_srcloc(self):
96829682
# Test emsymbolizer use cases that provide src location granularity info.
9683-
self.skipTest('TODO: Re-enable when https://github.com/llvm/llvm-project/pull/191329 rolls')
9684-
96859683
def check_dwarf_loc_info(address, funcs, locs):
96869684
out = self.run_process(
96879685
[emsymbolizer, '-s', 'dwarf', 'test_dwarf.wasm', address],

0 commit comments

Comments
 (0)