Skip to content

Commit 563d795

Browse files
committed
Fix
1 parent c3c51a9 commit 563d795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debuginfo/issue-12886.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// gdb-command:run
77
// gdb-command:next
8-
// gdb-check:[...]24[...]let s = Some(5).unwrap(); // #break
8+
// gdb-check:[...]23[...]let s = Some(5).unwrap(); // #break
99
// gdb-command:continue
1010

1111
#![feature(omit_gdb_pretty_printer_section)]

0 commit comments

Comments
 (0)