aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-12-07 12:40:57 -0800
committerPatrick Walton <[email protected]>2010-12-07 12:40:57 -0800
commit47f0729d38f0ea2f4c4a7eea427e8387c32a37e0 (patch)
tree77da52f319f002e3dc35f31d53d9d2229e0c4336
parentrustc: Un-XFAIL readalias.rs (diff)
downloadrust-47f0729d38f0ea2f4c4a7eea427e8387c32a37e0.tar.xz
rust-47f0729d38f0ea2f4c4a7eea427e8387c32a37e0.zip
rustc: Un-XFAIL test/run-pass/writealias.rs too
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f58f3444..366263bd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -550,6 +550,7 @@ TEST_XFAILS_SELF := $(filter-out \
uint.rs \
unit.rs \
while-and-do-while.rs \
+ writealias.rs \
) \
$(addprefix test/compile-fail/, \
arg-count-mismatch.rs \