Skip to content

Commit 58571c8

Browse files
authored
[lldb] Un-XFAIL TestDeadStrip.py on windows
I suspect it was fixed by #127059. aarch64 is the only windows bot we have now, so it's can't be certain it's fixed everywhere, but also I have no reason to believe otherwise. Fixes #43774.
1 parent 70ed381 commit 58571c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/dead-strip/TestDeadStrip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
class DeadStripTestCase(TestBase):
13-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44429")
1413
def test(self):
1514
"""Test breakpoint works correctly with dead-code stripping."""
1615
self.build()

0 commit comments

Comments
 (0)