diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-08-08 12:00:00 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-08-08 12:00:52 -0700 |
| commit | 19c86c1e71fd17d88f0d3ffdf31987db5876dcd2 (patch) | |
| tree | 2c4302b2347bf2c15782ef983f5b7ed7214dcc55 /src | |
| parent | c7d60ee05307eab7f7def3d6855ca471253e7810 (diff) | |
| download | rust-19c86c1e71fd17d88f0d3ffdf31987db5876dcd2.tar.gz rust-19c86c1e71fd17d88f0d3ffdf31987db5876dcd2.zip | |
xfail-pretty
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/pipe-presentation-examples.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/pipe-presentation-examples.rs b/src/test/run-pass/pipe-presentation-examples.rs index 96e7d429f9b..c772d98d064 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; |
