From 2361da58e192a85a8b2de788b3b8a0f9560efecd Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Tue, 19 Aug 2025 11:26:22 +0100 Subject: [PATCH] [lldb][test] Re-enable swift stepping on linux rdar://77785062 --- lldb/test/API/lang/swift/stepping/TestSwiftStepping.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py b/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py index 2d654d28cfbbb..a22a8b0f25f19 100644 --- a/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py +++ b/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py @@ -24,7 +24,6 @@ class TestSwiftStepping(lldbtest.TestBase): mydir = lldbtest.TestBase.compute_mydir(__file__) @swiftTest - @skipIfLinux def test_swift_stepping(self): """Tests that we can step reliably in swift code.""" self.build()