diff options
| author | Graydon Hoare <[email protected]> | 2011-04-29 16:55:24 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-29 16:55:45 -0700 |
| commit | 02336e670fb2b44ec455aa985211a101ef48b0bc (patch) | |
| tree | c698e1470ac51bf052e04991f41060b929eef881 /src/test | |
| parent | rustc: Emit pure native glue; we don't call it yet (diff) | |
| download | rust-02336e670fb2b44ec455aa985211a101ef48b0bc.tar.xz rust-02336e670fb2b44ec455aa985211a101ef48b0bc.zip | |
Re-XFAIL lib-io.rs, not quite working yet.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/lib-io.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/lib-io.rs b/src/test/run-pass/lib-io.rs index 36a2cc2e..7102c91e 100644 --- a/src/test/run-pass/lib-io.rs +++ b/src/test/run-pass/lib-io.rs @@ -1,4 +1,5 @@ // xfail-boot +// xfail-stage0 // -*- rust -*- use std; |