Skip to content

Commit a6470fc

Browse files
[lldb] Relax check for breakpoint site in Unwind/windows-unaligned-x86_64.test
1 parent 6c81253 commit a6470fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Unwind/windows-unaligned-x86_64.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ breakpoint set -n func
1717
# CHECK: Breakpoint 1: where = {{.*}}`{{(::)?}}func
1818

1919
process launch
20-
# CHECK: stop reason = breakpoint 1.1
20+
# CHECK: stop reason = breakpoint 1
2121

2222
thread backtrace
2323
# CHECK: frame #0: {{.*}}`{{(::)?}}func

0 commit comments

Comments
 (0)