Fix a test that was missed in the liblog PR
This commit is contained in:
parent
d73c899383
commit
cdd4f6e65d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
// 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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue