From 19c86c1e71fd17d88f0d3ffdf31987db5876dcd2 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 8 Aug 2012 12:00:00 -0700 Subject: [PATCH] xfail-pretty --- src/test/run-pass/pipe-presentation-examples.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/pipe-presentation-examples.rs b/src/test/run-pass/pipe-presentation-examples.rs index 96e7d429f9ba..c772d98d064a 100644 --- a/src/test/run-pass/pipe-presentation-examples.rs +++ b/src/test/run-pass/pipe-presentation-examples.rs @@ -3,6 +3,8 @@ // Code is easier to write in emacs, and it's good to be sure all the // code samples compile (or not) as they should. +// xfail-pretty + import double_buffer::client::*; import double_buffer::give_buffer;