aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-02 19:44:24 -0800
committerGraydon Hoare <[email protected]>2010-12-02 19:44:24 -0800
commitd922b0ad9c126e416b1d6d68a567e0dcbabbbf29 (patch)
tree960f262ee36a8d6d91d3e6d838d3efddc8ba946d /src/Makefile
parentModify block ctxt / cleanup handling to only occur on scope blocks. (diff)
downloadrust-d922b0ad9c126e416b1d6d68a567e0dcbabbbf29.tar.xz
rust-d922b0ad9c126e416b1d6d68a567e0dcbabbbf29.zip
Drop slots on the way out of scopes. Un-XFAIL box.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 297739ff..814f78e7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -523,6 +523,7 @@ TEST_XFAILS_SELF := $(filter-out \
arith-1.rs \
arith-2.rs \
bool-not.rs \
+ box.rs \
char.rs \
complex.rs \
dead-code-one-arm-if.rs \