Update lldb only tests
This commit is contained in:
parent
98804c1786
commit
683ad6b607
@ -87,6 +87,7 @@
|
||||
// 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…
Reference in New Issue
Block a user