Skip to content

Commit

Permalink
Disable macro-stepping on current lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Aug 15, 2024
1 parent b89d197 commit 23273e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/debuginfo/macro-stepping.rs
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 ===================================================================================

Expand Down

0 comments on commit 23273e0

Please sign in to comment.