[Lldb-commits] [lldb] 61d569f - [lldb][test] Fix typo in decorator
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 8 02:55:06 PDT 2025
Author: David Spickett
Date: 2025-08-08T09:55:00Z
New Revision: 61d569ffc338834cc81cddf31023de41fd3a6be7
URL: https://github.com/llvm/llvm-project/commit/61d569ffc338834cc81cddf31023de41fd3a6be7
DIFF: https://github.com/llvm/llvm-project/commit/61d569ffc338834cc81cddf31023de41fd3a6be7.diff
LOG: [lldb][test] Fix typo in decorator
Added:
Modified:
lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py b/lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py
index 1d7bbdb0c5a90..f51056d7020c6 100644
--- a/lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py
+++ b/lldb/test/API/tools/lldb-dap/memory/TestDAP_memory.py
@@ -127,7 +127,7 @@ def test_readMemory(self):
self.continue_to_exit()
# Flakey on 32-bit Arm Linux.
- @skipif(oslist=["linux"], archs=["arm$"])
+ @skipIf(oslist=["linux"], archs=["arm$"])
def test_writeMemory(self):
"""
Tests the 'writeMemory' request
More information about the lldb-commits
mailing list