aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-31 15:25:24 -0800
committerGraydon Hoare <[email protected]>2010-12-31 15:25:24 -0800
commit2f6f0dcfbf0f908f9dd352061db37ae8ec0a6855 (patch)
tree9fc14db6286c401e40b11426f6c5c10efe20c27b /src/Makefile
parentTranslate local item decls. (diff)
downloadrust-2f6f0dcfbf0f908f9dd352061db37ae8ec0a6855.tar.xz
rust-2f6f0dcfbf0f908f9dd352061db37ae8ec0a6855.zip
Un-XFAIL obj-drop and obj-with-vec.rs in rustc.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 42a2e95a..8cb5df0b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -440,7 +440,9 @@ TEST_XFAILS_RUSTC := $(filter-out \
lazy-init.rs \
lazy-and-or.rs \
multiline-comment.rs \
+ obj-drop.rs \
obj-recursion.rs \
+ obj-with-vec.rs \
operator-associativity.rs \
output-slot-variants.rs \
readalias.rs \