Skip to content

Commit b49d741

Browse files
authored
[lldb] Skip TestIndirectSymbols (#85133)
Correction to e2b8cc1
1 parent 03e50c4 commit b49d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def setUp(self):
1616

1717
@skipUnlessDarwin
1818
@add_test_categories(["pyapi"])
19-
@expectedFailureDarwin("rdar://120796553")
19+
@skipIf(bugnumber="rdar://120796553")
2020
def test_with_python_api(self):
2121
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""
2222
self.build()

0 commit comments

Comments
 (0)