aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-09 17:48:07 -0800
committerPatrick Walton <[email protected]>2011-03-09 17:50:46 -0800
commit874e8e35055aff1bb7cb5b8afd9e1c27c8cf20de (patch)
tree2e8c199daebdfa86e9299e8a9bcc815e02dcce80 /src/Makefile
parentFold exports. (diff)
downloadrust-874e8e35055aff1bb7cb5b8afd9e1c27c8cf20de.tar.xz
rust-874e8e35055aff1bb7cb5b8afd9e1c27c8cf20de.zip
rustc: Have tag patterns use the type parameter information from the typechecker instead of trying to deduce it in trans. Un-XFAIL test/run-pass/generic-tag-values.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 2c35d07f..70e2330e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -453,7 +453,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
foreach-put-structured.rs \
foreach-simple-outer-slot.rs \
generic-iter-frame.rs \
- generic-tag-values.rs \
iter-range.rs \
iter-ret.rs \
lazychan.rs \