Skip to content

Commit d3d9ccb

Browse files
Merge pull request #7523 from apple/dl/lldb-Re-enable-TestSwiftTaskSwitch
[lldb] Re-enable TestSwiftTaskSwitch
2 parents b63e74b + 599c8da commit d3d9ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/async/stepping/step-in/task-switch/TestSwiftTaskSwitch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class TestCase(lldbtest.TestBase):
88
@swiftTest
99
@skipIf(oslist=["windows", "linux"])
10-
@expectedFailureAll(bugnumber='rdar://115576769')
1110
def test(self):
1211
"""Test conditions for async step-in."""
1312
self.build()

0 commit comments

Comments
 (0)