aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-05 14:43:02 -0700
committerGraydon Hoare <[email protected]>2010-07-05 14:43:02 -0700
commit3175c83ff0b374326d959ba0731991175466e745 (patch)
tree0546298e689cfd00f63007441bac08881be75656 /src/Makefile
parentUint-ify various bits of _str and _vec, enrich _vec a bit. (diff)
downloadrust-3175c83ff0b374326d959ba0731991175466e745.tar.xz
rust-3175c83ff0b374326d959ba0731991175466e745.zip
Un-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more thorough test revealed more bugs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bed03b49..d0b9652c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -345,7 +345,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
test/run-pass/generic-fn-infer.rs \
test/run-pass/generic-fn-twice.rs \
test/run-pass/generic-recursive-tag.rs \
- test/run-pass/mutable-alias-vec.rs \
test/run-pass/mutable-vec-drop.rs \
test/run-pass/bind-obj-ctor.rs \
test/run-pass/task-comm.rs \