Searched refs:m1 (Results 1 – 1 of 1) sorted by relevance
1677 let mut m1 = RBTree::new(); in test_eq() localVariable1678 m1.insert(1, 2); in test_eq()1679 m1.insert(2, 3); in test_eq()1680 m1.insert(3, 4); in test_eq()1686 assert!(m1 != m2); in test_eq()1690 assert_eq!(m1, m2); in test_eq()