libcoretest: fix fallout

This commit is contained in:
Jorge Aparicio 2014-12-03 10:09:53 -05:00
parent 7e3493e5e3
commit a50c587242

View file

@ -221,7 +221,7 @@ fn test_iterator_flat_map() {
#[test]
fn test_inspect() {
let xs = [1u, 2, 3, 4];
let mut n = 0;
let mut n = 0u;
let ys = xs.iter()
.map(|&x| x)