diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-10-19 19:02:55 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-10-20 01:04:39 +0000 |
| commit | 205006660a4bd36b7cdf4b0938cfd50a4e785ca7 (patch) | |
| tree | 8d477ec1c9db8c10f2ffe6fe2f4aecb5ee2b6262 | |
| parent | 4b8f4319954ff2642690b9e5cbe4af352d095bf6 (diff) | |
| download | rust-205006660a4bd36b7cdf4b0938cfd50a4e785ca7.tar.gz rust-205006660a4bd36b7cdf4b0938cfd50a4e785ca7.zip | |
Adjusting test to needs-unwind, with linking issue
| -rw-r--r-- | src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs b/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs index 02fee1a00da..585874e273d 100644 --- a/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs +++ b/src/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs @@ -1,5 +1,5 @@ // run-pass -// ignore-fuchsia Test must be run out-of-process +// needs-unwind (#73509) #![feature(test)] |
