diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-06-17 11:28:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-17 11:28:54 +0200 |
| commit | 9092ffb7d81da76e2645f772b8d0b72df6f4ed01 (patch) | |
| tree | c3e774f28b6f2d4170fd0c495eb81a4671794af5 /tests | |
| parent | 020c07718f68ca250d1b989507e9579221d25341 (diff) | |
| parent | 20d6485e94c2106ce424e6e48653dea4809d41bd (diff) | |
| download | rust-9092ffb7d81da76e2645f772b8d0b72df6f4ed01.tar.gz rust-9092ffb7d81da76e2645f772b8d0b72df6f4ed01.zip | |
Rollup merge of #126580 - GuillaumeGomez:add-missing-annotation, r=bjorn3
Add `run-make/const_fn_mir` missing test annotation Fixes comment from https://github.com/rust-lang/rust/pull/126270. r? `@bjorn3`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-make/const_fn_mir/rmake.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/const_fn_mir/rmake.rs b/tests/run-make/const_fn_mir/rmake.rs index a4cc4299b1b..1ba93421855 100644 --- a/tests/run-make/const_fn_mir/rmake.rs +++ b/tests/run-make/const_fn_mir/rmake.rs @@ -1,5 +1,7 @@ // The `needs-unwind -Cpanic=abort` gives a different MIR output. +//@ needs-unwind + use run_make_support::{cwd, diff, rustc}; fn main() { |
