From 4a4111b5d009e6eb98871abd88efb420de445581 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 25 Apr 2024 15:09:08 -0700 Subject: [PATCH] test: un-ignore `test_boxed_sources` I didn't even fix this one, it was just passing! --- tests/test_boxed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_boxed.rs b/tests/test_boxed.rs index d6fa6f8..fcf273d 100644 --- a/tests/test_boxed.rs +++ b/tests/test_boxed.rs @@ -218,7 +218,6 @@ fn test_boxed_custom_diagnostic() { } #[test] -#[ignore = "I don't know why this isn't working but it needs fixing."] fn test_boxed_sources() { let error = MyError { source: io::Error::new(io::ErrorKind::Other, "oh no!"),