Skip to content

Commit c3f5dfd

Browse files
committed
Change test to dsym
1 parent 7643832 commit c3f5dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/python_api/sbmodule/SeperateDebugInfo/TestSBModuleSeparateDebugInfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def test_get_separate_debug_info_files_dwo(self):
2929
self.assertEqual(len(file_specs), 1)
3030
self.assertTrue(file_specs[0].GetFilename().endswith(".dwo"))
3131

32-
@skipIf(debug_info=no_match("oso"))
33-
def test_get_separate_debug_info_files_oso(self):
32+
@skipIf(debug_info=no_match("dsym"))
33+
def test_get_separate_debug_info_files_dsym(self):
3434
"""Test the SBModule::GetSeparateDebugInfoFiles"""
3535
self.build()
3636
exe = self.getBuildArtifact("a.out")

0 commit comments

Comments
 (0)