提交 88278f9c 编写于 作者: D Daniel Micay

treemap: rm old FIXME

上级 b3ee49c7
......@@ -988,8 +988,6 @@ fn test_lazy_iterator() {
let m = m;
let mut a = m.iter();
// FIXME: #4492 (ICE): iter.get() == Some((&x1, &y1))
fail_unless!(map_next(&mut a).unwrap() == (&x1, &y1));
fail_unless!(map_next(&mut a).unwrap() == (&x2, &y2));
fail_unless!(map_next(&mut a).unwrap() == (&x3, &y3));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册