Remove inaccurate test comment.

This commit is contained in:
Kris Nuttycombe 2022-03-30 17:57:18 -06:00
parent fc1d1ab9fc
commit 12187dc0a4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}