We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5534767 commit 592682aCopy full SHA for 592682a
lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
@@ -432,7 +432,7 @@ def test_commands(self):
432
self.verify_commands("terminateCommands", output, terminateCommands)
433
434
# Flakey on 32-bit Arm Linux.
435
- @skipif(oslist=["linux"], archs=["arm$"])
+ @skipIf(oslist=["linux"], archs=["arm$"])
436
def test_extra_launch_commands(self):
437
"""
438
Tests the "launchCommands" with extra launching settings
0 commit comments