aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-08-12 16:21:08 -0700
committerRoy Frostig <[email protected]>2010-08-12 16:21:08 -0700
commit4e376852e709844d67f94430d9dc954d5be722b4 (patch)
treefb23b6a4ffc16914b89ab161ad4ace54c1a2b7ff /src/Makefile
parentAddress FIXME in _vec waiting on closed issue #108. (diff)
downloadrust-4e376852e709844d67f94430d9dc954d5be722b4.tar.xz
rust-4e376852e709844d67f94430d9dc954d5be722b4.zip
Fix max_sz bug that ended up causing us to index incorrectly into a vec of tag types. Add a testcase.
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 c10088ea..49c53331 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -507,6 +507,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
rec-tup.rs \
rec.rs \
simple-obj.rs \
+ size-and-align.rs \
spawn-fn.rs \
spawn-module-qualified.rs \
spawn.rs \