Skip to content

Commit

Permalink
auto merge of #12933 : edwardw/rust/fallout, r=huonw
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Mar 16, 2014
2 parents 7156ded + cdd4f6e commit 7647849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/run-pass/tcp-stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 7647849

Please sign in to comment.