Skip to content

Commit 88278f9

Browse files
committed
treemap: rm old FIXME
1 parent b3ee49c commit 88278f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/treemap.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,6 @@ mod test_treemap {
988988
let m = m;
989989
let mut a = m.iter();
990990

991-
// FIXME: #4492 (ICE): iter.get() == Some((&x1, &y1))
992-
993991
fail_unless!(map_next(&mut a).unwrap() == (&x1, &y1));
994992
fail_unless!(map_next(&mut a).unwrap() == (&x2, &y2));
995993
fail_unless!(map_next(&mut a).unwrap() == (&x3, &y3));

0 commit comments

Comments
 (0)