Added missing } from map_in_place rebase

This commit is contained in:
Tobias Bucher 2014-09-13 01:38:16 +02:00
parent 79427f0bc0
commit 7ccab3ae8a

View File

@ -2302,6 +2302,7 @@ fn test_move_iter_unwrap() {
assert_eq!(vec.as_ptr(), ptr);
assert_eq!(vec.capacity(), 7);
assert_eq!(vec.len(), 0);
}
#[test]
#[should_fail]