diff options
Diffstat (limited to 'tests/mir-opt/inline_generically_if_sized.rs')
| -rw-r--r-- | tests/mir-opt/inline_generically_if_sized.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/inline_generically_if_sized.rs b/tests/mir-opt/inline_generically_if_sized.rs index 794ce3dabbc..e4fc94ec436 100644 --- a/tests/mir-opt/inline_generically_if_sized.rs +++ b/tests/mir-opt/inline_generically_if_sized.rs @@ -1,5 +1,5 @@ // skip-filecheck -//@ unit-test: Inline +//@ test-mir-pass: Inline //@ compile-flags: --crate-type=lib -C panic=abort trait Foo { |
