Skip to content

Commit 54c2527

Browse files
authored
Revert "XFAIL TestIndirectEnumVariables.py"
1 parent 767c955 commit 54c2527

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ class TestIndirectEnumVariables(TestBase):
2626

2727
@swiftTest
2828
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
29-
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
3029
def test_indirect_cases_variables(self):
3130
"""Tests that indirect Enum variables display correctly when cases are indirect"""
3231
self.build()
3332
self.do_test("indirect case break here")
3433

3534
@swiftTest
3635
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
37-
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
3836
def test_indirect_enum_variables(self):
3937
"""Tests that indirect Enum variables display correctly when enum is indirect"""
4038
self.build()

0 commit comments

Comments
 (0)