Skip to content

Commit 3499bb1

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cb0b9614f8ca' from llvm.org/main into next
2 parents b820ffb + cb0b961 commit 3499bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/step_scripted/TestStepScripted.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def run_until_branch_instruction(self):
5959
)
6060
return (target, process, thread, bkpt)
6161

62+
@skipIf(archs=no_match(["x86_64"]))
6263
def test_step_single_instruction(self):
6364
(target, process, thread, bkpt) = self.run_until_branch_instruction()
6465

0 commit comments

Comments
 (0)