From 9c32f3ddc8b7845d0428a4b50473b244a1ba53d4 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 (cherry picked from commit 2361da58e192a85a8b2de788b3b8a0f9560efecd) --- 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 e247559ef50e2..9a0c2122987ef 100644 --- a/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py +++ b/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py @@ -25,7 +25,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()