Skip to content

Commit c8a64d6

Browse files
committed
Revert "Branch island no dsym (llvm#139191)"
This reverts commit 803fd73.
1 parent 803fd73 commit c8a64d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/branch-islands/TestBranchIslands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestBranchIslandStepping(TestBase):
1515
@skipUnlessAppleSilicon
1616
def test_step_in_branch_island(self):
1717
"""Make sure we can step in across a branch island"""
18-
self.build(debug_info="dwarf")
18+
self.build()
1919
self.main_source_file = lldb.SBFileSpec("main.c")
2020
self.do_test()
2121

0 commit comments

Comments
 (0)