Skip to content

Commit b042456

Browse files
committed
Update tests
1 parent 84a941d commit b042456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/out/refcount/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ fn main_0() -> i32 {
274274
);
275275
RefcountMapIter::erase(
276276
((r).clone() as Ptr<BTreeMap<i16, Value<u32>>>),
277-
&(*it4.borrow()),
277+
&(*it4.borrow()).clone(),
278278
);
279279
assert!(((*r.upgrade().deref()).len() as u64 == 3_u64));
280280
assert!(

0 commit comments

Comments
 (0)