Skip to content

Commit e7572d7

Browse files
committed
[lldb][yaml2macho-core] fix typeo in API test
1 parent 4c17749 commit e7572d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class TestRV32MachOCorefile(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

16-
@skipunlessDarwin # windows CI failure, says only 1 thread in corefile
16+
@skipUnlessDarwin # windows CI failure, says only 1 thread in corefile
1717
@no_debug_info_test
1818
def test_riscv32_gpr_corefile_registers(self):
1919
corefile = self.getBuildArtifact("core")

0 commit comments

Comments
 (0)