Skip to content

Commit 23273e0

Browse files
committed
Disable macro-stepping on current lldb
1 parent b89d197 commit 23273e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/debuginfo/macro-stepping.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//@ ignore-windows
22
//@ ignore-android
33
//@ ignore-aarch64
4-
//@ min-lldb-version: 310
4+
//@ min-lldb-version: 1800
55
//@ min-gdb-version: 13.0
66

77
//@ aux-build:macro-stepping.rs
@@ -12,6 +12,7 @@
1212
extern crate macro_stepping; // exports new_scope!()
1313

1414
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
15+
// SingleUseConsts shouldn't need to be disabled, see #128945
1516

1617
// === GDB TESTS ===================================================================================
1718

0 commit comments

Comments
 (0)