diff options
| author | Graydon Hoare <[email protected]> | 2010-12-08 11:52:34 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-08 11:52:34 -0800 |
| commit | b971d6312e76fb592bf46bd7369837fa78e86893 (patch) | |
| tree | 1af4766f57962374bdeac6e11fea06690f2ce8f7 /src/Makefile | |
| parent | rustc: Un-XFAIL test/run-pass/writealias.rs too (diff) | |
| download | rust-b971d6312e76fb592bf46bd7369837fa78e86893.tar.xz rust-b971d6312e76fb592bf46bd7369837fa78e86893.zip | |
Fix missing case in resolve, un-XFAIL rec-tup.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 366263bd..041084c3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -542,6 +542,7 @@ TEST_XFAILS_SELF := $(filter-out \ multiline-comment.rs \ readalias.rs \ rec.rs \ + rec-tup.rs \ return-nil.rs \ tup.rs \ u32-decr.rs \ |