mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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);
|
||||
n += 1;
|
||||
}
|
||||
assert_eq!(n, 5);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user