diff options
| author | Patrick Walton <[email protected]> | 2011-03-18 11:49:06 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-18 11:49:47 -0700 |
| commit | 2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4 (patch) | |
| tree | 2c558d866e94eb0ee42d9d4c608f75dc4e45a4c8 /src/Makefile | |
| parent | Yet more painstaking configure/make logic. (diff) | |
| download | rust-2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4.tar.xz rust-2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4.zip | |
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
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 16437310..630babf3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -456,6 +456,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/run-pass/iter-ret.rs \ test/run-pass/leak-tag-copy.rs \ test/run-pass/lib-io.rs \ + test/run-pass/maybe-mutable.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ test/run-pass/seq-compare.rs \ |