Disable macro-stepping on current lldb

This commit is contained in:
Ben Kimock 2024-08-15 17:04:26 -04:00
parent b89d1976d1
commit 23273e03d7
1 changed files with 2 additions and 1 deletions

View File

@ -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 ===================================================================================