File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -633,16 +633,12 @@ pub mod bytepipes {
633
633
#[ cfg( test) ]
634
634
mod test {
635
635
636
- use flatpipes:: { Flattener , Unflattener } ;
637
- use flatpipes:: bytepipes:: * ;
636
+ use flatpipes:: BytePort ;
638
637
use flatpipes:: pod;
639
638
use flatpipes:: serial;
640
639
use io_util:: BufReader ;
641
- use flatpipes:: { BytePort , FlatChan , FlatPort } ;
642
640
643
- use std:: comm;
644
641
use std:: io:: BytesWriter ;
645
- use std:: result;
646
642
use std:: task;
647
643
648
644
#[ test]
@@ -727,7 +723,11 @@ mod test {
727
723
728
724
// FIXME #2064: Networking doesn't work on x86
729
725
// 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]
731
731
#[cfg(target_arch = "x86_64")]
732
732
fn test_pod_tcp_stream() {
733
733
fn reader_port(buf: TcpSocketBuf
@@ -767,6 +767,8 @@ mod test {
767
767
port: uint) {
768
768
769
769
use std::cell::Cell;
770
+ use std::comm;
771
+ use std::result;
770
772
use net::ip;
771
773
use net::tcp;
772
774
use uv;
You can’t perform that action at this time.
0 commit comments