Skip to content

Commit 38cf4da

Browse files
committed
Auto merge of #150210 - Enselic:run-mir-pass, r=saethlin
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass This test passes locally for me. Let's see if it passes CI too. Discovered while I worked on #150201. CC #128945
2 parents a6525d5 + b7a0f84 commit 38cf4da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/debuginfo/function-arg-initialization.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// function name.
77

88
//@ min-lldb-version: 1800
9-
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
10-
// SingleUseConsts shouldn't need to be disabled, see #128945
9+
//@ compile-flags:-g
1110
//@ disable-gdb-pretty-printers
1211
//@ ignore-backends: gcc
1312

0 commit comments

Comments
 (0)