From 205006660a4bd36b7cdf4b0938cfd50a4e785ca7 Mon Sep 17 00:00:00 2001 From: Andrew Pollack Date: Wed, 19 Oct 2022 19:02:55 +0000 Subject: [PATCH] Adjusting test to needs-unwind, with linking issue --- .../test-fn-signature-verification-for-explicit-return-type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 02fee1a00da6d..585874e273df0 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)]