[Lldb-commits] [lldb] e7572d7 - [lldb][yaml2macho-core] fix typeo in API test
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 4 19:58:32 PDT 2025
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")
More information about the lldb-commits
mailing list