diff options
| author | Patrick Walton <[email protected]> | 2011-03-07 16:35:00 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-07 16:35:00 -0800 |
| commit | 6ed226c6b3a28f3c10d2176d7dba7e339bf0ab99 (patch) | |
| tree | e57f199e161802f4f8aca6b6bd45e2eebe6b828e /src/Makefile | |
| parent | rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-index... (diff) | |
| download | rust-6ed226c6b3a28f3c10d2176d7dba7e339bf0ab99.tar.xz rust-6ed226c6b3a28f3c10d2176d7dba7e339bf0ab99.zip | |
rustc: Cast the LLVM representations of tag types when constructing boxes. Un-XFAIL list.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 2a6e7b15..8855a2d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -472,7 +472,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ lib-uint.rs \ lib-vec-str-conversions.rs \ lib-vec.rs \ - list.rs \ many.rs \ mlist-cycle.rs \ mlist.rs \ |