diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 10:53:09 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 12:07:55 +0000 |
| commit | 8a08514dbd75d33a82bc32fb53dc1de3cd9fc308 (patch) | |
| tree | 8d343d23d5b731aa4eb76eb7db6a6ef1ea45c724 /tests/ui | |
| parent | 7b99493492ad59c7a44c65373558175db42b4151 (diff) | |
| download | rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.tar.gz rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.zip | |
Add needs-unwind annotations to tests that need stack unwinding
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/test-attrs/test-type.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/test-attrs/test-type.rs b/tests/ui/test-attrs/test-type.rs index f99e476eaba..8416270fd81 100644 --- a/tests/ui/test-attrs/test-type.rs +++ b/tests/ui/test-attrs/test-type.rs @@ -3,6 +3,7 @@ // check-run-results // normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME" // ignore-emscripten no threads support +// needs-unwind // run-pass #[test] |
