mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Additional check in treemap iterator test.
This commit is contained in:
parent
fbeeeebf47
commit
d8e74b3dcb
@ -983,6 +983,7 @@ mod test_treemap {
|
|||||||
assert_eq!(*v, n * 2);
|
assert_eq!(*v, n * 2);
|
||||||
n += 1;
|
n += 1;
|
||||||
}
|
}
|
||||||
|
assert_eq!(n, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user