Skip to content

Commit 7647849

Browse files
committed
auto merge of #12933 : edwardw/rust/fallout, r=huonw
The same test was missed in chan/port renaming PR #12815 and was fixed in #12880: > This was missed because it is skipped on linux and windows, and the mac bots were moving at the time the PR landed. It seems the same happened to the liblog PR.
2 parents 7156ded + cdd4f6e commit 7647849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/tcp-stress.rs

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
// ignore-android needs extra network permissions
1414
// exec-env:RUST_LOG=debug
1515

16+
#[feature(phase)];
17+
#[phase(syntax, link)]
18+
extern crate log;
19+
1620
use std::libc;
1721
use std::io::net::ip::{Ipv4Addr, SocketAddr};
1822
use std::io::net::tcp::{TcpListener, TcpStream};

0 commit comments

Comments
 (0)