Skip to content

Commit 3818750

Browse files
committed
[lldb][test] Re-enable swift stepping on linux
rdar://77785062 (cherry picked from commit 2361da5)
1 parent 9bed4e5 commit 3818750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/stepping/TestSwiftStepping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class TestSwiftStepping(lldbtest.TestBase):
2424
mydir = lldbtest.TestBase.compute_mydir(__file__)
2525

2626
@swiftTest
27-
@skipIfLinux
2827
def test_swift_stepping(self):
2928
"""Tests that we can step reliably in swift code."""
3029
self.build()

0 commit comments

Comments
 (0)