From 683ad6b607852ec765ac964bf0e9fab9c85add1b Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Fri, 26 Apr 2024 04:11:05 +0300 Subject: [PATCH] Update lldb only tests --- tests/debuginfo/macro-stepping.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs index 71ff9798079..5f8d8287168 100644 --- a/tests/debuginfo/macro-stepping.rs +++ b/tests/debuginfo/macro-stepping.rs @@ -87,6 +87,7 @@ extern crate macro_stepping; // exports new_scope!() // lldb-command:frame select // lldb-check:[...] #inc-loc3 [...] +#[collapse_debuginfo(yes)] macro_rules! foo { () => { let a = 1; opaque(a); @@ -95,6 +96,7 @@ macro_rules! foo { }; } +#[collapse_debuginfo(yes)] macro_rules! foo2 { () => { foo!();