aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-31 23:14:05 -0400
committerBrian Anderson <[email protected]>2011-03-31 23:15:11 -0400
commitdcf04ffbad5f581a8873fd477af83c2814aa7c12 (patch)
tree1b10f8c9265f54624e6bfe2de76c2ebeff846548 /src
parentInitialize the alloca used to retrieve boxed block results to null. (diff)
downloadrust-dcf04ffbad5f581a8873fd477af83c2814aa7c12.tar.xz
rust-dcf04ffbad5f581a8873fd477af83c2814aa7c12.zip
Un-XFAIL expr-if-box.rs
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/expr-if-box.rs1
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