mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Update lldb only tests
This commit is contained in:
@@ -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!();
|
||||
|
||||
Reference in New Issue
Block a user