Skip to content

Commit 683ad6b

Browse files
committed
Update lldb only tests
1 parent 98804c1 commit 683ad6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/debuginfo/macro-stepping.rs

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ extern crate macro_stepping; // exports new_scope!()
8787
// lldb-command:frame select
8888
// lldb-check:[...] #inc-loc3 [...]
8989

90+
#[collapse_debuginfo(yes)]
9091
macro_rules! foo {
9192
() => {
9293
let a = 1; opaque(a);
@@ -95,6 +96,7 @@ macro_rules! foo {
9596
};
9697
}
9798

99+
#[collapse_debuginfo(yes)]
98100
macro_rules! foo2 {
99101
() => {
100102
foo!();

0 commit comments

Comments
 (0)