mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Use specific negative assertion for hashglobe hash map
This commit is contained in:
parent
4765b7b248
commit
d4d32c9962
1 changed files with 1 additions and 1 deletions
|
@ -2645,7 +2645,7 @@ mod test_map {
|
||||||
m2.insert(1, 2);
|
m2.insert(1, 2);
|
||||||
m2.insert(2, 3);
|
m2.insert(2, 3);
|
||||||
|
|
||||||
assert!(m1 != m2);
|
assert_ne!(m1, m2);
|
||||||
|
|
||||||
m2.insert(3, 4);
|
m2.insert(3, 4);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue