Skip to content

Commit

Permalink
Update lldb only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Apr 26, 2024
1 parent 98804c1 commit 683ad6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/debuginfo/macro-stepping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -95,6 +96,7 @@ macro_rules! foo {
};
}

#[collapse_debuginfo(yes)]
macro_rules! foo2 {
() => {
foo!();
Expand Down

0 comments on commit 683ad6b

Please sign in to comment.