aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-04-02 19:06:19 -0400
committerBrian Anderson <[email protected]>2011-04-02 20:35:50 -0400
commit21fb49ad95601f2ae06e2218cca84e5b2fc45a51 (patch)
treeb019c6f0037561abc040f3ef6d29f23ec4426af6 /src/test
parentMake join_results branch into the join block even when only one edge is live. (diff)
downloadrust-21fb49ad95601f2ae06e2218cca84e5b2fc45a51.tar.xz
rust-21fb49ad95601f2ae06e2218cca84e5b2fc45a51.zip
Join the results of alt arms so alt can be used as an expression.
Un-XFAIL expr-alt.rs.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/expr-alt.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-alt.rs b/src/test/run-pass/expr-alt.rs
index 22cdf32a..420ccbc9 100644
--- a/src/test/run-pass/expr-alt.rs
+++ b/src/test/run-pass/expr-alt.rs
@@ -1,5 +1,4 @@
// xfail-boot
-// xfail-stage0
// -*- rust -*-
// Tests for using alt as an expression