aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-20 09:58:22 -0700
committerGraydon Hoare <[email protected]>2010-08-20 09:58:22 -0700
commitddd8feea31c7b40edbfd8552cbf763032732e358 (patch)
tree44e1462dd52b352a541d439d11c3de2a1cfcc090 /src/Makefile
parentAdd some code to lexer in rustc. (diff)
downloadrust-ddd8feea31c7b40edbfd8552cbf763032732e358.tar.xz
rust-ddd8feea31c7b40edbfd8552cbf763032732e358.zip
Support single-element append on vec, str. Closes #44.
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 5e1be788..626bc354 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -427,6 +427,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
acyclic-unwind.rs \
alt-pattern-simple.rs \
alt-tag.rs \
+ append-units.rs \
argv.rs \
autoderef-full-lval.rs \
autoderef-objfn.rs \