about summary refs log tree commit diff
path: root/tests/mir-opt/jump_threading.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-10-18 16:28:25 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-10-21 07:08:48 +0000
commit6abd8f119e48c707488a545cf2fc0614d7dc433c (patch)
treebc14cc68342ce4a5dcfa7e53a60edd3a5bb987da /tests/mir-opt/jump_threading.rs
parent98b86fa9e5f6edfc696ce80e2b8ca33b73249031 (diff)
downloadrust-6abd8f119e48c707488a545cf2fc0614d7dc433c.tar.gz
rust-6abd8f119e48c707488a545cf2fc0614d7dc433c.zip
Rebase fallout.
Diffstat (limited to 'tests/mir-opt/jump_threading.rs')
-rw-r--r--tests/mir-opt/jump_threading.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/jump_threading.rs b/tests/mir-opt/jump_threading.rs
index 00dd98d825f..dcf61773565 100644
--- a/tests/mir-opt/jump_threading.rs
+++ b/tests/mir-opt/jump_threading.rs
@@ -1,5 +1,5 @@
 // unit-test: JumpThreading
-// compile-flags: -Zmir-enable-passes=+Inline
+// compile-flags: -Zmir-enable-passes=+Inline -Zinline-mir
 // EMIT_MIR_FOR_EACH_PANIC_STRATEGY
 
 #![feature(control_flow_enum)]