Remove inaccurate test comment.
This commit is contained in:
parent
fc1d1ab9fc
commit
12187dc0a4
|
@ -1313,6 +1313,6 @@ mod tests {
|
|||
tree.garbage_collect();
|
||||
assert!(tree.root() != empty_root);
|
||||
tree.rewind();
|
||||
assert!(tree.root() != empty_root); // this panics
|
||||
assert!(tree.root() != empty_root);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue