swap test_borrowing_iterator and test_owning_iterator names
This commit is contained in:
parent
71b741e0ce
commit
d2c4a02f0c
1 changed files with 2 additions and 2 deletions
|
@ -755,7 +755,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_owning_iterator() {
|
||||
fn test_borrowing_iterator() {
|
||||
let tree = make_smt(8192);
|
||||
|
||||
for (key, _value) in tree.entries() {
|
||||
|
@ -775,7 +775,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_borrowing_iterator() {
|
||||
fn test_owning_iterator() {
|
||||
let tree = make_smt(8192);
|
||||
|
||||
for (key, _value) in tree.entries() {
|
||||
|
|
Loading…
Add table
Reference in a new issue