diff options
| author | Patrick Walton <[email protected]> | 2010-12-07 12:40:57 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-12-07 12:40:57 -0800 |
| commit | 47f0729d38f0ea2f4c4a7eea427e8387c32a37e0 (patch) | |
| tree | 77da52f319f002e3dc35f31d53d9d2229e0c4336 /src/Makefile | |
| parent | rustc: Un-XFAIL readalias.rs (diff) | |
| download | rust-47f0729d38f0ea2f4c4a7eea427e8387c32a37e0.tar.xz rust-47f0729d38f0ea2f4c4a7eea427e8387c32a37e0.zip | |
rustc: Un-XFAIL test/run-pass/writealias.rs too
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 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 \ |