Skip to content

Commit c7c36c4

Browse files
omasanorithestinger
authored andcommitted
---
yaml --- r: 65017 b: refs/heads/snap-stage3 c: def8891 h: refs/heads/master i: 65015: 6590576 v: v3
1 parent 1552a25 commit c7c36c4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 682939724f83e3368d3b58ff99e7bf8fd9ff5960
4+
refs/heads/snap-stage3: def88913d80e153d956ce85f8155d77455bcfe5e
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libextra/flatpipes.rs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,16 +633,12 @@ pub mod bytepipes {
633633
#[cfg(test)]
634634
mod test {
635635

636-
use flatpipes::{Flattener, Unflattener};
637-
use flatpipes::bytepipes::*;
636+
use flatpipes::BytePort;
638637
use flatpipes::pod;
639638
use flatpipes::serial;
640639
use io_util::BufReader;
641-
use flatpipes::{BytePort, FlatChan, FlatPort};
642640

643-
use std::comm;
644641
use std::io::BytesWriter;
645-
use std::result;
646642
use std::task;
647643

648644
#[test]
@@ -727,7 +723,11 @@ mod test {
727723

728724
// FIXME #2064: Networking doesn't work on x86
729725
// XXX Broken until networking support is added back
730-
/*#[test]
726+
/*
727+
use flatpipes::{Flattener, Unflattener, FlatChan, FlatPort};
728+
use flatpipes::bytepipes::*;
729+
730+
#[test]
731731
#[cfg(target_arch = "x86_64")]
732732
fn test_pod_tcp_stream() {
733733
fn reader_port(buf: TcpSocketBuf
@@ -767,6 +767,8 @@ mod test {
767767
port: uint) {
768768
769769
use std::cell::Cell;
770+
use std::comm;
771+
use std::result;
770772
use net::ip;
771773
use net::tcp;
772774
use uv;

0 commit comments

Comments
 (0)