about summary refs log tree commit diff
path: root/tests/debuginfo
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-15 17:04:26 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-15 17:04:26 -0400
commit23273e03d7a9d6b22953be450a1fb86bdca25a98 (patch)
tree6227628ab9c7a8fb537fb026451cbdfdd8a2e061 /tests/debuginfo
parentb89d1976d1968697fd1dbb1db636d24ec641f625 (diff)
downloadrust-23273e03d7a9d6b22953be450a1fb86bdca25a98.tar.gz
rust-23273e03d7a9d6b22953be450a1fb86bdca25a98.zip
Disable macro-stepping on current lldb
Diffstat (limited to 'tests/debuginfo')
-rw-r--r--tests/debuginfo/macro-stepping.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs
index d469cbb761f..3edac3c7832 100644
--- a/tests/debuginfo/macro-stepping.rs
+++ b/tests/debuginfo/macro-stepping.rs
@@ -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 ===================================================================================