about summary refs log tree commit diff
path: root/tests/debuginfo/function-arg-initialization.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-09 22:33:40 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-11 14:20:15 -0400
commita561484b819711117ec81abc3a9f66f5659f3642 (patch)
tree638b578b2eb337cdb6b157f2341abfae699abc6b /tests/debuginfo/function-arg-initialization.rs
parentca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14 (diff)
downloadrust-a561484b819711117ec81abc3a9f66f5659f3642.tar.gz
rust-a561484b819711117ec81abc3a9f66f5659f3642.zip
Enable debuginfo tests that have been temporarily disabled for years
Diffstat (limited to 'tests/debuginfo/function-arg-initialization.rs')
-rw-r--r--tests/debuginfo/function-arg-initialization.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/debuginfo/function-arg-initialization.rs b/tests/debuginfo/function-arg-initialization.rs
index 05935c30bea..c641a35c9a5 100644
--- a/tests/debuginfo/function-arg-initialization.rs
+++ b/tests/debuginfo/function-arg-initialization.rs
@@ -1,6 +1,3 @@
-//@ ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
-//@ min-lldb-version: 310
-
 // This test case checks if function arguments already have the correct value
 // when breaking at the first line of the function, that is if the function
 // prologue has already been executed at the first line. Note that because of
@@ -8,7 +5,9 @@
 // arguments have been properly loaded when setting the breakpoint via the
 // function name.
 
-//@ compile-flags:-g
+//@ min-lldb-version: 1800
+//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
+// SingleUseConsts shouldn't need to be disabled, see #128945
 
 // === GDB TESTS ===================================================================================