Skip to content

Commit 823f108

Browse files
committed
auto merge of #17639 : brson/rust/windbg2, r=pcwalton
I swear this is the last step. p=1 please so i can get the bots changed over before the test suite regresses again.
2 parents fa6b2d4 + 40ce87f commit 823f108

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/debuginfo/issue12886.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
// except according to those terms.
1010

1111
// ignore-android: FIXME(#10381)
12+
// ignore-windows failing on 64-bit bots FIXME #17638
1213

1314
// compile-flags:-g
14-
// gdb-command:break issue12886.rs:29
15+
// gdb-command:break issue12886.rs:30
1516
// gdb-command:run
1617
// gdb-command:next
17-
// gdb-check:[...]30[...]s
18+
// gdb-check:[...]31[...]s
1819
// gdb-command:continue
1920

2021
// IF YOU MODIFY THIS FILE, BE CAREFUL TO ADAPT THE LINE NUMBERS IN THE DEBUGGER COMMANDS

0 commit comments

Comments
 (0)