diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-06-17 11:14:28 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-06-17 11:15:59 +0200 |
| commit | 20d6485e94c2106ce424e6e48653dea4809d41bd (patch) | |
| tree | 75fbba59a6ac17514aa45d2a8065b6b52e22adf8 | |
| parent | fd7eefc2753e867053a1c567a7b504ae308e3f85 (diff) | |
| download | rust-20d6485e94c2106ce424e6e48653dea4809d41bd.tar.gz rust-20d6485e94c2106ce424e6e48653dea4809d41bd.zip | |
Add missing test annotation
| -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() { |
