test: un-ignore `test_boxed_sources`

I didn't even fix this one, it was just passing!
This commit is contained in:
Brooks J Rady 2024-04-25 15:09:08 -07:00
parent ea4296dace
commit 4a4111b5d0
1 changed files with 0 additions and 1 deletions

View File

@ -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!"),