core::rt: Unignore a fixed TCP test

This commit is contained in:
Brian Anderson 2013-05-15 13:57:08 -07:00
parent 0d1331f4a0
commit 018dfaf9a6

View file

@ -314,7 +314,7 @@ mod test {
}
}
#[test] #[ignore(reason = "hangs on mac")]
#[test]
fn multiple_connect_interleaved_lazy_schedule() {
do run_in_newsched_task {
let addr = next_test_ip4();