Skip to content

Commit 018dfaf

Browse files
committed
core::rt: Unignore a fixed TCP test
1 parent 0d1331f commit 018dfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/rt/io/net/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ mod test {
314314
}
315315
}
316316

317-
#[test] #[ignore(reason = "hangs on mac")]
317+
#[test]
318318
fn multiple_connect_interleaved_lazy_schedule() {
319319
do run_in_newsched_task {
320320
let addr = next_test_ip4();

0 commit comments

Comments
 (0)