diff options
| author | Patrick Walton <[email protected]> | 2011-03-07 18:03:33 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-07 18:03:33 -0800 |
| commit | 3473ff3bff2ed2286080812417068552d6b9df31 (patch) | |
| tree | ab6474b6c89c6ef6de2cecf43c21f9f91e8dffc1 /src/Makefile | |
| parent | rustc: Cast the LLVM representations of tag types when constructing boxes. Un... (diff) | |
| download | rust-3473ff3bff2ed2286080812417068552d6b9df31.tar.xz rust-3473ff3bff2ed2286080812417068552d6b9df31.zip | |
rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque tag types. Un-XFAIL generic-recursive-tag.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 8855a2d1..a239329f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -453,7 +453,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ foreach-simple-outer-slot.rs \ generic-fn-twice.rs \ generic-iter-frame.rs \ - generic-recursive-tag.rs \ generic-tag-alt.rs \ generic-tag-values.rs \ iter-range.rs \ |