aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-11 22:31:56 -0700
committerGraydon Hoare <[email protected]>2010-07-11 22:31:56 -0700
commitb3cf793bd90a55a89fbac435538bff1e838ff6b4 (patch)
treeadf474715bc1a9ff312578635fc7b87f2fc41cdb /src/Makefile
parentAdd a boot/README file explaining rustboot's organization a bit. (diff)
downloadrust-b3cf793bd90a55a89fbac435538bff1e838ff6b4.tar.xz
rust-b3cf793bd90a55a89fbac435538bff1e838ff6b4.zip
Fix post-stmt drop calculations. Closes #106.
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 67adda2d..c7f0944b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -464,6 +464,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
vec-append.rs \
vec-concat.rs \
vec-drop.rs \
+ vec-late-init.rs \
vec-slice.rs \
vec.rs \
writealias.rs \