diff options
| author | Brian Anderson <[email protected]> | 2011-03-31 23:14:05 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-03-31 23:15:11 -0400 |
| commit | dcf04ffbad5f581a8873fd477af83c2814aa7c12 (patch) | |
| tree | 1b10f8c9265f54624e6bfe2de76c2ebeff846548 | |
| parent | Initialize the alloca used to retrieve boxed block results to null. (diff) | |
| download | rust-dcf04ffbad5f581a8873fd477af83c2814aa7c12.tar.xz rust-dcf04ffbad5f581a8873fd477af83c2814aa7c12.zip | |
Un-XFAIL expr-if-box.rs
| -rw-r--r-- | src/test/run-pass/expr-if-box.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-if-box.rs b/src/test/run-pass/expr-if-box.rs index 30dce957..a629c9c9 100644 --- a/src/test/run-pass/expr-if-box.rs +++ b/src/test/run-pass/expr-if-box.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // -*- rust -*- // Tests for if as expressions returning boxed types |