We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b80a5 commit 08383eaCopy full SHA for 08383ea
tests/debuginfo/macro-stepping.rs
@@ -1,3 +1,8 @@
1
+//! This tests that `next` skips over macro invocations correctly.
2
+//! The `#locN` markers have no meaning for compiletest, we include them just
3
+//! so that the debugger prints them when printing the current source location,
4
+//! and we can match on them for testing purposes.
5
+
6
//@ ignore-android
7
//@ min-lldb-version: 1800
8
//@ min-gdb-version: 13.0
@@ -63,6 +68,8 @@ extern crate macro_stepping; // exports new_scope!()
63
68
// lldb-command:frame select
64
69
// lldb-check:[...] #loc3 [...]
65
70
// lldb-command:next
71
+// FIXME: for some reason we need two `next` to skip over the `vec!`.
72
+// lldb-command:next
66
73
67
74
// lldb-check:[...] #loc4 [...]
75
0 commit comments