aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-12-07 12:38:51 -0800
committerPatrick Walton <[email protected]>2010-12-07 12:38:51 -0800
commitb5679c844eea742887ec9cc97ece211102fbd67f (patch)
treec11585ae5d4c3d71ce81ce82a9b5d780494781d5 /src
parentrustc: Allow callees to use alias args (diff)
downloadrust-b5679c844eea742887ec9cc97ece211102fbd67f.tar.xz
rust-b5679c844eea742887ec9cc97ece211102fbd67f.zip
rustc: Un-XFAIL readalias.rs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
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 \