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/run-pass/rt-circular-buffer.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/run-pass/rt-circular-buffer.rs')
| -rw-r--r-- | src/test/run-pass/rt-circular-buffer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/rt-circular-buffer.rs b/src/test/run-pass/rt-circular-buffer.rs index 364e38ea..e5c3da1b 100644 --- a/src/test/run-pass/rt-circular-buffer.rs +++ b/src/test/run-pass/rt-circular-buffer.rs @@ -1,4 +1,3 @@ -// xfail-stage0 // -*- rust -*- // Regression tests for circular_buffer when using a unit |