Skip to content

Commit dae0c1e

Browse files
committed
[LLDB][PDB] Relax check for resolving breakpoint
1 parent 318236d commit dae0c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// CHECK-NEXT: Breakpoint 1: no locations (pending).
2626
// CHECK: (lldb) target symbols add
2727
// CHECK: 1 location added to breakpoint 1
28-
// CHECK: (lldb) r
28+
2929
// CHECK: * thread #1, stop reason = breakpoint 1.1
3030
// CHECK: (lldb) target variable a
3131
// CHECK-NEXT: (A) a = (x = 47)

0 commit comments

Comments
 (0)