Skip to content

Commit 18af84b

Browse files
committed
debuginfo/macro-stepping test: extend comments
1 parent a463b0e commit 18af84b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/debuginfo/macro-stepping.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
//@ ignore-android
27
//@ min-lldb-version: 1800
38
//@ min-gdb-version: 13.0
@@ -68,6 +73,7 @@ extern crate macro_stepping; // exports new_scope!()
6873
//@ lldb-command:next
6974
//@ lldb-command:frame select
7075
//@ lldb-check:[...] #loc5 [...]
76+
// FIXME: what about loc6?
7177

7278
//@ lldb-command:continue
7379
//@ lldb-command:step

0 commit comments

Comments
 (0)