File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ class TestIndirectEnumVariables(TestBase):
26
26
27
27
@swiftTest
28
28
@skipIf (bugnumber = 'rdar://27568868' , oslist = ['linux' ])
29
- @expectedFailureAll (bugnumber = "rdar://56620009" , oslist = ["macosx" ])
30
29
def test_indirect_cases_variables (self ):
31
30
"""Tests that indirect Enum variables display correctly when cases are indirect"""
32
31
self .build ()
33
32
self .do_test ("indirect case break here" )
34
33
35
34
@swiftTest
36
35
@skipIf (bugnumber = 'rdar://27568868' , oslist = ['linux' ])
37
- @expectedFailureAll (bugnumber = "rdar://56620009" , oslist = ["macosx" ])
38
36
def test_indirect_enum_variables (self ):
39
37
"""Tests that indirect Enum variables display correctly when enum is indirect"""
40
38
self .build ()
You can’t perform that action at this time.
0 commit comments