aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-13 17:48:33 -0800
committerGraydon Hoare <[email protected]>2010-12-13 17:48:42 -0800
commit525966a543a6d03d10393b55a5207678aab8c147 (patch)
tree5fa857473bb94f7e90afe16e4943f7ff32344ae8 /src/Makefile
parentrustc: Typecheck pattern bindings (diff)
downloadrust-525966a543a6d03d10393b55a5207678aab8c147.tar.xz
rust-525966a543a6d03d10393b55a5207678aab8c147.zip
Fix a couple bugs in iter_sequence, un-XFAIL vec-drop.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 2c421534..c77b8994 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -559,6 +559,7 @@ TEST_XFAILS_SELF := $(filter-out \
uint.rs \
unit.rs \
vec.rs \
+ vec-drop.rs \
vec-in-tup.rs \
vec-late-init.rs \
while-and-do-while.rs \