diff options
| author | Ryan Mehri <ryan.mehri1@gmail.com> | 2023-10-20 11:12:17 -0700 |
|---|---|---|
| committer | Ryan Mehri <ryan.mehri1@gmail.com> | 2023-10-25 15:22:01 -0700 |
| commit | 22679cd36df7ad05eaea153b64712e97ffe69ecf (patch) | |
| tree | c372d0b362b8b092bb2e84ea081eb63972a1da72 | |
| parent | f005d2325a5b838a4015b0233ee022c455962801 (diff) | |
| download | rust-22679cd36df7ad05eaea153b64712e97ffe69ecf.tar.gz rust-22679cd36df7ad05eaea153b64712e97ffe69ecf.zip | |
FileCheck inline_any_operand
| -rw-r--r-- | tests/mir-opt/inline/inline_any_operand.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mir-opt/inline/inline_any_operand.rs b/tests/mir-opt/inline/inline_any_operand.rs index e131cd6ef7e..659b7c3a0a1 100644 --- a/tests/mir-opt/inline/inline_any_operand.rs +++ b/tests/mir-opt/inline/inline_any_operand.rs @@ -1,4 +1,3 @@ -// skip-filecheck // compile-flags: -Z span_free_formats // Tests that MIR inliner works for any operand @@ -9,6 +8,8 @@ fn main() { // EMIT_MIR inline_any_operand.bar.Inline.after.mir fn bar() -> bool { + // CHECK-LABEL: fn bar( + // CHECK: (inlined foo) let f = foo; f(1, -1) } |
