Skip to content

Commit c55323a

Browse files
authored
Merge pull request #4042 from gottesmm/stable/20211026/try_enabling_all_plats
[move-function] Enable running break point tests on all platforms.
2 parents 2c04658 + 16b2271 commit c55323a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/variables/move_function/TestSwiftMoveFunction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class TestSwiftMoveFunctionType(TestBase):
2828

2929
mydir = TestBase.compute_mydir(__file__)
3030

31-
@skipUnlessPlatform(["macosx"])
3231
@swiftTest
3332
def test_swift_move_function(self):
3433
"""Check that we properly show variables at various points of the CFG while

0 commit comments

Comments
 (0)