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 6e115f0 commit 4078c20Copy full SHA for 4078c20
lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py
@@ -127,7 +127,7 @@ def test_readMemory(self):
127
self.continue_to_exit()
128
129
# Flakey on 32-bit Arm Linux.
130
- @skipif(oslist=["linux"], archs=["arm$"])
+ @skipIf(oslist=["linux"], archs=["arm$"])
131
def test_writeMemory(self):
132
"""
133
Tests the 'writeMemory' request
0 commit comments