Update lldb only tests
This commit is contained in:
parent
98804c1786
commit
683ad6b607
1 changed files with 2 additions and 0 deletions
|
@ -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!();
|
||||
|
|
Loading…
Add table
Reference in a new issue