aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-02-24 19:24:12 -0800
committerPatrick Walton <[email protected]>2011-02-24 19:25:05 -0800
commit19b2850388f634b500e612d8f24bbcb8c0fa2f3c (patch)
tree095312cd808b89226569f7bd4594b285e277d15a /src/Makefile
parentSupport the awful alt-else form in rustboot's cexp grammar, at least transien... (diff)
downloadrust-19b2850388f634b500e612d8f24bbcb8c0fa2f3c.tar.xz
rust-19b2850388f634b500e612d8f24bbcb8c0fa2f3c.zip
rustc: Perform type parameter substitutions when emitting glue for generic tags. Un-XFAIL generic-tag.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 12b65246..1f5901ba 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -468,7 +468,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
generic-recursive-tag.rs \
generic-tag-alt.rs \
generic-tag-values.rs \
- generic-tag.rs \
integral-indexing.rs \
iter-range.rs \
iter-ret.rs \