aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-16 14:34:10 -0800
committerGraydon Hoare <[email protected]>2011-02-16 14:34:10 -0800
commite867d8ea993945803d96396bcba9c07d61d7c95d (patch)
treed7f2670f32ed30b0b50603f5af081e9598879204
parentDon't add the rust arguments to native functions. We now produce the (diff)
downloadrust-e867d8ea993945803d96396bcba9c07d61d7c95d.tar.xz
rust-e867d8ea993945803d96396bcba9c07d61d7c95d.zip
Un-XFAIL mutable-vec-drop.rs.
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 544075fa..c468ded0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -506,6 +506,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
leak-box-as-tydesc.rs \
linear-for-loop.rs \
multiline-comment.rs \
+ mutable-vec-drop.rs \
mutual-recursion-group.rs \
native2.rs \
obj-drop.rs \