From 18af84b1380cd5af07d5fa09c0cad19d5ef55243 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 1 Dec 2025 22:32:36 +0100 Subject: [PATCH] debuginfo/macro-stepping test: extend comments --- tests/debuginfo/macro-stepping.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs index bdeadf8a5c05..0dff383be825 100644 --- a/tests/debuginfo/macro-stepping.rs +++ b/tests/debuginfo/macro-stepping.rs @@ -1,3 +1,8 @@ +//! This tests that `next` skips over macro invocations correctly. +//! The `#locN` markers have no meaning for compiletest, we include them just +//! so that the debugger prints them when printing the current source location, +//! and we can match on them for testing purposes. + //@ ignore-android //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 @@ -68,6 +73,7 @@ extern crate macro_stepping; // exports new_scope!() //@ lldb-command:next //@ lldb-command:frame select //@ lldb-check:[...] #loc5 [...] +// FIXME: what about loc6? //@ lldb-command:continue //@ lldb-command:step