From 19e6ab1542ad028090365eca84e7fe5daaf573d9 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 27 Apr 2026 21:22:00 -0700 Subject: [PATCH] Re-enable test_emsymbolizer_srcloc. NFC --- test/test_other.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_other.py b/test/test_other.py index fd82645f7885f..7c1c898f7b20b 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -9680,8 +9680,6 @@ def get_instr_addr(self, text, filename): def test_emsymbolizer_srcloc(self): # Test emsymbolizer use cases that provide src location granularity info. - self.skipTest('TODO: Re-enable when https://github.com/llvm/llvm-project/pull/191329 rolls') - def check_dwarf_loc_info(address, funcs, locs): out = self.run_process( [emsymbolizer, '-s', 'dwarf', 'test_dwarf.wasm', address],