Skip to content

Commit

Permalink
Fix a test that was missed in the liblog PR
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardw committed Mar 16, 2014
1 parent d73c899 commit cdd4f6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/run-pass/tcp-stress.rs
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

9 comments on commit cdd4f6e

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at edwardw@cdd4f6e

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging edwardw/rust/fallout = cdd4f6e into auto

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edwardw/rust/fallout = cdd4f6e merged ok, testing candidate = f915894f

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at edwardw@cdd4f6e

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging edwardw/rust/fallout = cdd4f6e into auto

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edwardw/rust/fallout = cdd4f6e merged ok, testing candidate = 7647849

@bors
Copy link
Contributor

@bors bors commented on cdd4f6e Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7647849

Please sign in to comment.