Disable macro-stepping on current lldb
This commit is contained in:
parent
b89d1976d1
commit
23273e03d7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//@ ignore-windows
|
||||
//@ ignore-android
|
||||
//@ ignore-aarch64
|
||||
//@ min-lldb-version: 310
|
||||
//@ min-lldb-version: 1800
|
||||
//@ min-gdb-version: 13.0
|
||||
|
||||
//@ aux-build:macro-stepping.rs
|
||||
|
@ -12,6 +12,7 @@
|
|||
extern crate macro_stepping; // exports new_scope!()
|
||||
|
||||
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
|
||||
// SingleUseConsts shouldn't need to be disabled, see #128945
|
||||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue