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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to