diff options
| author | Patrick Walton <[email protected]> | 2011-03-09 17:48:07 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-09 17:50:46 -0800 |
| commit | 874e8e35055aff1bb7cb5b8afd9e1c27c8cf20de (patch) | |
| tree | 2e8c199daebdfa86e9299e8a9bcc815e02dcce80 /src/Makefile | |
| parent | Fold exports. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |