]> git.lizzy.rs Git - rust.git/commitdiff
Fix a test that was missed in the liblog PR
authorEdward Wang <edward.yu.wang@gmail.com>
Sun, 16 Mar 2014 13:18:17 +0000 (21:18 +0800)
committerEdward Wang <edward.yu.wang@gmail.com>
Sun, 16 Mar 2014 13:18:17 +0000 (21:18 +0800)
src/test/run-pass/tcp-stress.rs

index b4d128e2655fb4938c0b6225bb573e37b7a4f8d1..61478e3fdb49ade8f49218c9b33a9a858510088c 100644 (file)
 // ignore-android needs extra network permissions
 // exec-env:RUST_LOG=debug
 
+#[feature(phase)];
+#[phase(syntax, link)]
+extern crate log;
+
 use std::libc;
 use std::io::net::ip::{Ipv4Addr, SocketAddr};
 use std::io::net::tcp::{TcpListener, TcpStream};