diff options
| author | Patrick Walton <[email protected]> | 2011-03-04 18:05:48 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-04 18:05:48 -0800 |
| commit | 94b681afe4f8fb09141d459963b268c76fbd0072 (patch) | |
| tree | decda8d0620f3fb17b9790363ce66f31e0512ae0 /src/Makefile | |
| parent | rustc: Don't recurse forever if type glue needs to refer to its own type desc... (diff) | |
| download | rust-94b681afe4f8fb09141d459963b268c76fbd0072.tar.xz rust-94b681afe4f8fb09141d459963b268c76fbd0072.zip | |
rustc: Use copy_ty() when initializing N-ary tag variants. Un-XFAIL generic-tag.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 2ec0f9d1..484740b5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -432,8 +432,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/compile-fail/tail-non-call.rs \ test/compile-fail/writing-through-read-alias.rs -TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \ - $(addprefix test/run-pass/, \ +TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ acyclic-unwind.rs \ alt-pattern-drop.rs \ alt-type-simple.rs \ |