Skip to content

Commit cdd4f6e

Browse files
committed
Fix a test that was missed in the liblog PR
1 parent d73c899 commit cdd4f6e

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)