Use specific negative assertion for hashglobe hash map

This commit is contained in:
CYBAI 2018-01-26 01:54:55 +08:00
parent 4765b7b248
commit d4d32c9962

View file

@ -2645,7 +2645,7 @@ mod test_map {
m2.insert(1, 2);
m2.insert(2, 3);
assert!(m1 != m2);
assert_ne!(m1, m2);
m2.insert(3, 4);