diff options
| author | Graydon Hoare <[email protected]> | 2010-07-05 14:43:02 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-05 14:43:02 -0700 |
| commit | 3175c83ff0b374326d959ba0731991175466e745 (patch) | |
| tree | 0546298e689cfd00f63007441bac08881be75656 /src/Makefile | |
| parent | Uint-ify various bits of _str and _vec, enrich _vec a bit. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |