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.
This commit is contained in:
bors 2014-03-16 12:21:26 -07:00
commit 76478492ef

View file

@ -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};