diff options
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 \ |