Skip to content

Commit 10eca19

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb][test] Fix typo in decorator
2 parents c48f372 + 61d569f commit 10eca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_readMemory(self):
127127
self.continue_to_exit()
128128

129129
# Flakey on 32-bit Arm Linux.
130-
@skipif(oslist=["linux"], archs=["arm$"])
130+
@skipIf(oslist=["linux"], archs=["arm$"])
131131
def test_writeMemory(self):
132132
"""
133133
Tests the 'writeMemory' request

0 commit comments

Comments
 (0)