aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-13 11:16:04 -0800
committerGraydon Hoare <[email protected]>2010-12-13 11:16:04 -0800
commita3cbdc661cec57ab07bb209637b10d9e6d6bbb36 (patch)
tree3e2de087e2ca6b5abaa384c90977c7a48291e4da /src/Makefile
parentSyntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-preceden... (diff)
downloadrust-a3cbdc661cec57ab07bb209637b10d9e6d6bbb36.tar.xz
rust-a3cbdc661cec57ab07bb209637b10d9e6d6bbb36.zip
Set the new vec fill-size on the compiler side, as in rustboot. Un-XFAIL first 3 vec tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 768d89d9..2c421534 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -558,6 +558,9 @@ TEST_XFAILS_SELF := $(filter-out \
u8-incr-decr.rs \
uint.rs \
unit.rs \
+ vec.rs \
+ vec-in-tup.rs \
+ vec-late-init.rs \
while-and-do-while.rs \
writealias.rs \
) \