We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803fd73 commit c8a64d6Copy full SHA for c8a64d6
lldb/test/API/macosx/branch-islands/TestBranchIslands.py
@@ -15,7 +15,7 @@ class TestBranchIslandStepping(TestBase):
15
@skipUnlessAppleSilicon
16
def test_step_in_branch_island(self):
17
"""Make sure we can step in across a branch island"""
18
- self.build(debug_info="dwarf")
+ self.build()
19
self.main_source_file = lldb.SBFileSpec("main.c")
20
self.do_test()
21
0 commit comments