diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-07-11 12:05:17 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-07-17 14:57:54 -0700 |
| commit | 2dbb3c3887ff23c064aa762eb4dafaf4967c6416 (patch) | |
| tree | 6d143b2480375aa7a5e56a22a37e29e215a51af3 /src/libstd/vec.rs | |
| parent | e20549ff192edec9d625f1119bcb077c3abaf070 (diff) | |
| download | rust-2dbb3c3887ff23c064aa762eb4dafaf4967c6416.tar.gz rust-2dbb3c3887ff23c064aa762eb4dafaf4967c6416.zip | |
test: Fix tests.
Diffstat (limited to 'src/libstd/vec.rs')
| -rw-r--r-- | src/libstd/vec.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/vec.rs b/src/libstd/vec.rs index c9c5217ca61..e380cc36b32 100644 --- a/src/libstd/vec.rs +++ b/src/libstd/vec.rs @@ -3049,7 +3049,6 @@ mod tests { #[test] #[ignore(windows)] #[should_fail] - #[allow(non_implicitly_copyable_typarams)] fn test_grow_fn_fail() { let mut v = ~[]; do v.grow_fn(100) |i| { @@ -3108,7 +3107,6 @@ mod tests { #[test] #[ignore(windows)] #[should_fail] - #[allow(non_implicitly_copyable_typarams)] fn test_permute_fail() { let v = [(~0, @0), (~0, @0), (~0, @0), (~0, @0)]; let mut i = 0; |
