Author: Jason Molenda
Date: 2025-09-04T19:57:05-07:00
New Revision: e7572d73b5fabe69844c943b7799996495121774

URL: 
https://github.com/llvm/llvm-project/commit/e7572d73b5fabe69844c943b7799996495121774
DIFF: 
https://github.com/llvm/llvm-project/commit/e7572d73b5fabe69844c943b7799996495121774.diff

LOG: [lldb][yaml2macho-core] fix typeo in API test

Added: 
    

Modified: 
    lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py 
b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py
index ed39a3ca9d7e4..f791c01313fb1 100644
--- a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py
+++ b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py
@@ -13,7 +13,7 @@
 class TestRV32MachOCorefile(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
-    @skipunlessDarwin  # windows CI failure, says only 1 thread in corefile
+    @skipUnlessDarwin  # windows CI failure, says only 1 thread in corefile
     @no_debug_info_test
     def test_riscv32_gpr_corefile_registers(self):
         corefile = self.getBuildArtifact("core")


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

Reply via email to