diff options
| author | Patrick Walton <[email protected]> | 2010-12-07 12:38:51 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-12-07 12:38:51 -0800 |
| commit | b5679c844eea742887ec9cc97ece211102fbd67f (patch) | |
| tree | c11585ae5d4c3d71ce81ce82a9b5d780494781d5 | |
| parent | rustc: Allow callees to use alias args (diff) | |
| download | rust-b5679c844eea742887ec9cc97ece211102fbd67f.tar.xz rust-b5679c844eea742887ec9cc97ece211102fbd67f.zip | |
rustc: Un-XFAIL readalias.rs
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 99a12a2f..f58f3444 100644 --- a/src/Makefile +++ b/src/Makefile @@ -540,6 +540,7 @@ TEST_XFAILS_SELF := $(filter-out \ large-records.rs \ lazy-init.rs \ multiline-comment.rs \ + readalias.rs \ rec.rs \ return-nil.rs \ tup.rs \ |