diff options
| author | Patrick Walton <[email protected]> | 2011-03-07 14:28:52 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-07 14:28:52 -0800 |
| commit | eeb2d6d32cbdc975fcc0a0c82adca37913ed6dff (patch) | |
| tree | 78fd8e3754f52573c62bf960d00232383682b146 /src/Makefile | |
| parent | Poison ty_param values in trans; fix buggy parametric obj and box malloc path... (diff) | |
| download | rust-eeb2d6d32cbdc975fcc0a0c82adca37913ed6dff.tar.xz rust-eeb2d6d32cbdc975fcc0a0c82adca37913ed6dff.zip | |
rustc: Un-XFAIL box-unbox.rs
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 81ca965d..17fb737e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -442,7 +442,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ basic-2.rs \ basic.rs \ bind-obj-ctor.rs \ - box-unbox.rs \ child-outlives-parent.rs \ clone-with-exterior.rs \ comm.rs \ |