diff options
| author | Jeffrey Yasskin <[email protected]> | 2010-07-17 15:43:59 +0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-18 14:25:18 +0800 |
| commit | c3c425e9f18f0b0b5062e06f174f49b2ee4aa902 (patch) | |
| tree | a5d13d708254923edcf7be210147bfd2ec7c1b4b /src/Makefile | |
| parent | Add incomplete hashmap implementation to stdlib. (diff) | |
| download | rust-c3c425e9f18f0b0b5062e06f174f49b2ee4aa902.tar.xz rust-c3c425e9f18f0b0b5062e06f174f49b2ee4aa902.zip | |
Work around auto-dereference crash in rustboot.
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 874c1737..21794a4b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -347,7 +347,6 @@ MUT_BOX_XFAILS := $(addprefix test/run-pass/, \ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/mlist-cycle.rs \ test/run-pass/clone-with-exterior.rs \ - test/run-pass/destructor-ordering.rs \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ |