aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-26 17:47:27 -0800
committerGraydon Hoare <[email protected]>2010-11-26 17:47:27 -0800
commit7be7c23b6b5ead25529814ccdbc0101d6b6d7683 (patch)
tree2c9ebc1ddeea78f47ca398408ad2c57216f0aaad /src/Makefile
parentLoad structural values through pointer before passing structs as args. (diff)
downloadrust-7be7c23b6b5ead25529814ccdbc0101d6b6d7683.tar.xz
rust-7be7c23b6b5ead25529814ccdbc0101d6b6d7683.zip
Copy args to allocas, change llargs lookups to 'in mem'. Un-XFAIL tup.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 0a944ec3..c965f7b6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -535,6 +535,7 @@ TEST_XFAILS_SELF := $(filter-out \
lazy-init.rs \
multiline-comment.rs \
return-nil.rs \
+ tup.rs \
u32-decr.rs \
u8-incr.rs \
u8-incr-decr.rs \