Skip to content

Commit

Permalink
Rollup merge of rust-lang#126580 - GuillaumeGomez:add-missing-annotat…
Browse files Browse the repository at this point in the history
…ion, r=bjorn3

Add `run-make/const_fn_mir` missing test annotation

Fixes comment from rust-lang#126270.

r? `@bjorn3`
  • Loading branch information
GuillaumeGomez committed Jun 17, 2024
2 parents 020c077 + 20d6485 commit 9092ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-make/const_fn_mir/rmake.rs
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 9092ffb

Please sign in to comment.