aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-24 17:21:09 -0700
committerPatrick Walton <[email protected]>2011-03-24 17:22:07 -0700
commitaf3d0d1848116f0e29dcaf8859d27fd4555f3444 (patch)
tree18984d72de2f122692b820259e06504621c42842 /Makefile.in
parentRemove obsolete Makefiles. (diff)
downloadrust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.tar.xz
rust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.zip
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XFAIL use-import-export.rs in rustc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4c5c8981..8e4f2ca4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -696,6 +696,7 @@ TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \
threads.rs \
type-sizes.rs \
typestate-cfg-nesting.rs \
+ use-import-export.rs \
user.rs \
utf8.rs \
vec-alloc-append.rs \