Skip to content

Commit 592682a

Browse files
DavidSpickettJDevlieghere
authored andcommitted
[lldb][lldb-dap][test] Correct skip in TestDAP_launch
Fixes 4f65345 Yet again I forgot it's skip[I]f. (cherry picked from commit 0fca1e4)
1 parent 5534767 commit 592682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def test_commands(self):
432432
self.verify_commands("terminateCommands", output, terminateCommands)
433433

434434
# Flakey on 32-bit Arm Linux.
435-
@skipif(oslist=["linux"], archs=["arm$"])
435+
@skipIf(oslist=["linux"], archs=["arm$"])
436436
def test_extra_launch_commands(self):
437437
"""
438438
Tests the "launchCommands" with extra launching settings

0 commit comments

Comments
 (0)