aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/while-with-break.rs
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-19 15:41:38 -0700
committerGraydon Hoare <[email protected]>2011-04-19 15:41:45 -0700
commit928b25c9fb99aaf961e18a117419db3b16aad690 (patch)
tree55f8d87b10bd129fc664737da2e2ace4d49d6fa4 /src/test/run-pass/while-with-break.rs
parentrustc: Make structured comparison glue instead of emitting it inline (diff)
downloadrust-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.rs1
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() {