aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-06-25 15:42:24 -0700
committerGraydon Hoare <[email protected]>2010-06-25 15:42:24 -0700
commita9c639ec8af3a4099108788c1db0176c7fea5799 (patch)
tree5724f23892f12f11f91d19b2609131dd7f9c1653 /src
parentAdd test of recursive object types (ha, work by default) and fix effect-walke... (diff)
downloadrust-a9c639ec8af3a4099108788c1db0176c7fea5799.tar.xz
rust-a9c639ec8af3a4099108788c1db0176c7fea5799.zip
Fix forgotten llvm xfail in Makefile.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0b631546..ae2a3c92 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -391,6 +391,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
obj-as.rs \
obj-drop.rs \
obj-dtor.rs \
+ obj-recursion.rs \
obj-with-vec.rs \
opeq.rs \
output-slot-variants.rs \