Searched refs:m1 (Results 1 – 1 of 1) sorted by relevance
1662 let mut m1 = RBTree::new(); in test_eq() localVariable1663 m1.insert(1, 2); in test_eq()1664 m1.insert(2, 3); in test_eq()1665 m1.insert(3, 4); in test_eq()1671 assert!(m1 != m2); in test_eq()1675 assert_eq!(m1, m2); in test_eq()