File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: b3ee49c7e249e4fc2fb6456088b556e9ff8316d9
17
+ refs/heads/auto: 88278f9c353b36762adbe4f67078f681a756b752
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
Original file line number Diff line number Diff line change @@ -988,8 +988,6 @@ mod test_treemap {
988
988
let m = m;
989
989
let mut a = m. iter( ) ;
990
990
991
- // FIXME: #4492 (ICE): iter.get() == Some((&x1, &y1))
992
-
993
991
fail_unless ! ( map_next( & mut a) . unwrap( ) == ( & x1, & y1) ) ;
994
992
fail_unless ! ( map_next( & mut a) . unwrap( ) == ( & x2, & y2) ) ;
995
993
fail_unless ! ( map_next( & mut a) . unwrap( ) == ( & x3, & y3) ) ;
You can’t perform that action at this time.
0 commit comments