aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-06 18:53:16 -0800
committerGraydon Hoare <[email protected]>2010-12-06 18:53:16 -0800
commitfdb3a4e471feac7e546cfeee7673423f2e43995c (patch)
tree4ffb72df5e46456292b188dc57292c9e93529a87 /src
parentNull slots on missing init, null-check box ptrs on drop. Works around missing... (diff)
downloadrust-fdb3a4e471feac7e546cfeee7673423f2e43995c.tar.xz
rust-fdb3a4e471feac7e546cfeee7673423f2e43995c.zip
Un-XFAIL deref.rs and large-records.rs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 001b9c2e..99a12a2f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -529,6 +529,7 @@ TEST_XFAILS_SELF := $(filter-out \
complex.rs \
dead-code-one-arm-if.rs \
deep.rs \
+ deref.rs \
div-mod.rs \
fact.rs \
hello.rs \
@@ -536,6 +537,7 @@ TEST_XFAILS_SELF := $(filter-out \
i32-sub.rs \
i8-incr.rs \
item-name-overload.rs \
+ large-records.rs \
lazy-init.rs \
multiline-comment.rs \
rec.rs \