diff options
Diffstat (limited to 'tests/mir-opt/separate_const_switch.rs')
-rw-r--r-- | tests/mir-opt/separate_const_switch.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/separate_const_switch.rs b/tests/mir-opt/separate_const_switch.rs index d333d4b6b..3f43cdf43 100644 --- a/tests/mir-opt/separate_const_switch.rs +++ b/tests/mir-opt/separate_const_switch.rs @@ -1,3 +1,4 @@ +// skip-filecheck #![feature(control_flow_enum)] #![feature(try_trait_v2)] |