diff options
| author | Brian Anderson <[email protected]> | 2011-05-10 19:46:22 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-10 19:46:22 -0400 |
| commit | 4c70ddb1627dd859a5140e4f2975cd43db9c38ae (patch) | |
| tree | 1566826443104c29fe87c2622e038ced774df199 | |
| parent | Un-XFAIL compile-fail export tests for stage0 (diff) | |
| download | rust-4c70ddb1627dd859a5140e4f2975cd43db9c38ae.tar.xz rust-4c70ddb1627dd859a5140e4f2975cd43db9c38ae.zip | |
Un-XFAIL syntax-extension-fmt.rs
| -rw-r--r-- | src/test/run-pass/syntax-extension-fmt.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/syntax-extension-fmt.rs b/src/test/run-pass/syntax-extension-fmt.rs index 08a8c499..2e49e219 100644 --- a/src/test/run-pass/syntax-extension-fmt.rs +++ b/src/test/run-pass/syntax-extension-fmt.rs @@ -1,7 +1,4 @@ // xfail-boot -// xfail-stage0 -// xfail-stage1 -// xfail-stage2 use std; import std.Str; |