about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-04-26 04:11:05 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-04-26 04:11:05 +0300
commit683ad6b607852ec765ac964bf0e9fab9c85add1b (patch)
tree6585e6725c922ff59caeb4e2cad9385602bfb98d
parent98804c178608fc4af22b0cb7d199297af5e1562e (diff)
downloadrust-683ad6b607852ec765ac964bf0e9fab9c85add1b.tar.gz
rust-683ad6b607852ec765ac964bf0e9fab9c85add1b.zip
Update lldb only tests
-rw-r--r--tests/debuginfo/macro-stepping.rs2
1 files changed, 2 insertions, 0 deletions
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!();