diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-06-08 16:49:45 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2025-08-26 23:42:38 -0400 |
| commit | 22cdf214bb3095536aaafcfe4012d71bb93a5b13 (patch) | |
| tree | 65c2f963f3208c1a0eec30eb0b705c72b0415333 /tests/mir-opt/building/enum_cast.rs | |
| parent | 160e7623e8cbbf1feab2b6e2a24733a98c7bde9c (diff) | |
| download | rust-22cdf214bb3095536aaafcfe4012d71bb93a5b13.tar.gz rust-22cdf214bb3095536aaafcfe4012d71bb93a5b13.zip | |
Use -Zmir-opt-level=0 in tests for MIR building
Diffstat (limited to 'tests/mir-opt/building/enum_cast.rs')
| -rw-r--r-- | tests/mir-opt/building/enum_cast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/building/enum_cast.rs b/tests/mir-opt/building/enum_cast.rs index eaf5537e0ab..07025f572ab 100644 --- a/tests/mir-opt/building/enum_cast.rs +++ b/tests/mir-opt/building/enum_cast.rs @@ -1,3 +1,4 @@ +//@ compile-flags: -Zmir-opt-level=0 // skip-filecheck // EMIT_MIR enum_cast.foo.built.after.mir // EMIT_MIR enum_cast.bar.built.after.mir |
