diff options
| author | Brian Anderson <[email protected]> | 2011-04-02 19:06:19 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-04-02 20:35:50 -0400 |
| commit | 21fb49ad95601f2ae06e2218cca84e5b2fc45a51 (patch) | |
| tree | b019c6f0037561abc040f3ef6d29f23ec4426af6 /src/test | |
| parent | Make join_results branch into the join block even when only one edge is live. (diff) | |
| download | rust-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.rs | 1 |
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 |