Skip to content

Commit e814fdb

Browse files
Merge pull request #7497 from felipepiovezan/felipe/remove_xfail
[lldb] Remove xfail from swift test
2 parents ec0c226 + 99f3597 commit e814fdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/variables/consume_operator/TestSwiftConsumeOperator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class TestSwiftConsumeOperatorType(TestBase):
3030

3131
# Skip on aarch64 linux: rdar://91005071
3232
@skipIf(archs=['aarch64'], oslist=['linux'])
33-
@expectedFailureAll(bugnumber='rdar://115518559')
3433
@swiftTest
3534
def test_swift_consume_operator(self):
3635
"""Check that we properly show variables at various points of the CFG while

0 commit comments

Comments
 (0)