diff options
| author | Brian Anderson <[email protected]> | 2011-05-01 12:15:42 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-01 12:15:42 -0400 |
| commit | 831b0a7501bc25af2ba4f411341724ec96b863ff (patch) | |
| tree | e6527d95069c5a2a43d75e0ed729cea057db3933 /src/test/bench/shootout/binarytrees.rs | |
| parent | Merge pull request #344 from rillian/master. (diff) | |
| download | rust-831b0a7501bc25af2ba4f411341724ec96b863ff.tar.xz rust-831b0a7501bc25af2ba4f411341724ec96b863ff.zip | |
Un-XFAIL various tests in stage0
Diffstat (limited to 'src/test/bench/shootout/binarytrees.rs')
| -rw-r--r-- | src/test/bench/shootout/binarytrees.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/bench/shootout/binarytrees.rs b/src/test/bench/shootout/binarytrees.rs index 0fc7ced4..92bedb8b 100644 --- a/src/test/bench/shootout/binarytrees.rs +++ b/src/test/bench/shootout/binarytrees.rs @@ -1,4 +1,3 @@ -// xfail-stage0 use std; import std._int; |