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 7640645 commit 0fca1e4Copy full SHA for 0fca1e4
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