auto merge of #6479 : brson/rust/flatpipes, r=brson

This commit is contained in:
bors 2013-05-14 12:25:54 -07:00
commit d217174987

View File

@ -639,6 +639,7 @@ mod test {
use core::io::BytesWriter;
#[test]
#[ignore(reason = "ebml failure")]
fn test_serializing_memory_stream() {
let writer = BytesWriter();
let chan = serial::writer_chan(writer);
@ -671,6 +672,7 @@ mod test {
}
#[test]
#[ignore(reason = "ebml failure")]
fn test_serializing_boxes() {
let (port, chan) = serial::pipe_stream();