diff options
| author | Graydon Hoare <[email protected]> | 2011-04-19 15:41:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-19 15:41:45 -0700 |
| commit | 928b25c9fb99aaf961e18a117419db3b16aad690 (patch) | |
| tree | 55f8d87b10bd129fc664737da2e2ace4d49d6fa4 /src/test/run-pass/while-with-break.rs | |
| parent | rustc: Make structured comparison glue instead of emitting it inline (diff) | |
| download | rust-928b25c9fb99aaf961e18a117419db3b16aad690.tar.xz rust-928b25c9fb99aaf961e18a117419db3b16aad690.zip | |
Un-XFAIL a few recently passing tests.
Diffstat (limited to 'src/test/run-pass/while-with-break.rs')
| -rw-r--r-- | src/test/run-pass/while-with-break.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/while-with-break.rs b/src/test/run-pass/while-with-break.rs index 40efebc8..0e27f252 100644 --- a/src/test/run-pass/while-with-break.rs +++ b/src/test/run-pass/while-with-break.rs @@ -1,4 +1,3 @@ -// xfail-stage0 // -*- rust -*- fn main() { |