diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-06-09 16:06:27 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-06-12 13:15:35 +0000 |
| commit | 2f47edbf09561dce8628248d228abc2c240f4e57 (patch) | |
| tree | 18214924ded1f64f91da40440f3b9f48df3439b4 /src/test/ui/drop/repeat-drop.rs | |
| parent | be16c6166f08f9b26d854783bbd4ce8d006c8f6f (diff) | |
| download | rust-2f47edbf09561dce8628248d228abc2c240f4e57.tar.gz rust-2f47edbf09561dce8628248d228abc2c240f4e57.zip | |
Fix some test annotations
These are necessary for running the rustc test suite with cg_clif
Diffstat (limited to 'src/test/ui/drop/repeat-drop.rs')
| -rw-r--r-- | src/test/ui/drop/repeat-drop.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/drop/repeat-drop.rs b/src/test/ui/drop/repeat-drop.rs index 03e832adb3b..a43612e5d85 100644 --- a/src/test/ui/drop/repeat-drop.rs +++ b/src/test/ui/drop/repeat-drop.rs @@ -1,4 +1,5 @@ // run-pass +// needs-unwind // ignore-wasm32-bare no unwinding panic // ignore-avr no unwinding panic // ignore-nvptx64 no unwinding panic |
