diff options
| author | Graydon Hoare <[email protected]> | 2011-02-16 14:34:10 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-16 14:34:10 -0800 |
| commit | e867d8ea993945803d96396bcba9c07d61d7c95d (patch) | |
| tree | d7f2670f32ed30b0b50603f5af081e9598879204 | |
| parent | Don't add the rust arguments to native functions. We now produce the (diff) | |
| download | rust-e867d8ea993945803d96396bcba9c07d61d7c95d.tar.xz rust-e867d8ea993945803d96396bcba9c07d61d7c95d.zip | |
Un-XFAIL mutable-vec-drop.rs.
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 544075fa..c468ded0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -506,6 +506,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ leak-box-as-tydesc.rs \ linear-for-loop.rs \ multiline-comment.rs \ + mutable-vec-drop.rs \ mutual-recursion-group.rs \ native2.rs \ obj-drop.rs \ |