diff options
| author | Patrick Walton <[email protected]> | 2011-03-22 16:48:00 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-22 16:48:00 -0700 |
| commit | 804771510e21c7c9ecfc7fec50084102fcdbb5ca (patch) | |
| tree | c99866a854e0afd71c23f3e40846b53f6799fa3d /src/Makefile | |
| parent | stdlib: Make writers seekable; switch file writers to the C FILE interface to... (diff) | |
| download | rust-804771510e21c7c9ecfc7fec50084102fcdbb5ca.tar.xz rust-804771510e21c7c9ecfc7fec50084102fcdbb5ca.zip | |
Add a test case for empty mutable vector literals, XFAIL'd in rustboot
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 bd084e02..6e014bd2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -456,6 +456,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ + test/run-pass/empty-mutable-vec.rs \ test/run-pass/generic-bind-2.rs \ test/run-pass/generic-fn-box.rs \ test/run-pass/generic-tup.rs \ |