diff options
| author | Graydon Hoare <[email protected]> | 2010-12-13 17:48:33 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-13 17:48:42 -0800 |
| commit | 525966a543a6d03d10393b55a5207678aab8c147 (patch) | |
| tree | 5fa857473bb94f7e90afe16e4943f7ff32344ae8 /src/Makefile | |
| parent | rustc: Typecheck pattern bindings (diff) | |
| download | rust-525966a543a6d03d10393b55a5207678aab8c147.tar.xz rust-525966a543a6d03d10393b55a5207678aab8c147.zip | |
Fix a couple bugs in iter_sequence, un-XFAIL vec-drop.rs.
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 2c421534..c77b8994 100644 --- a/src/Makefile +++ b/src/Makefile @@ -559,6 +559,7 @@ TEST_XFAILS_SELF := $(filter-out \ uint.rs \ unit.rs \ vec.rs \ + vec-drop.rs \ vec-in-tup.rs \ vec-late-init.rs \ while-and-do-while.rs \ |