Skip to content

Commit

Permalink
std: Unignore a test for #10663
Browse files Browse the repository at this point in the history
This issue is long closed. It seems that unwrapping will always panic
though.
  • Loading branch information
richo committed Apr 1, 2015
1 parent d528aa9 commit a01138c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/old_io/net/addrinfo.rs
Expand Up @@ -127,11 +127,10 @@ mod test {
assert!(found_local);
}

#[ignore]
#[test]
fn issue_10663() {
// Something should happen here, but this certainly shouldn't cause
// everything to die. The actual outcome we don't care too much about.
get_host_addresses("example.com").unwrap();
let _ = get_host_addresses("example.com");
}
}

0 comments on commit a01138c

Please sign in to comment.