mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Remove assert that had been replaced by assert_ne
This commit is contained in:
parent
6b2983af1a
commit
87327eb72a
@ -298,7 +298,6 @@ fn test_hash_no_concat_alias() {
|
||||
let t = ("aabb", "");
|
||||
let u = ("a", "abb");
|
||||
|
||||
assert!(s != t && t != u);
|
||||
assert_ne!(s, t);
|
||||
assert_ne!(t, u);
|
||||
assert_ne!(hash(&s), hash(&t));
|
||||
|
Loading…
Reference in New Issue
Block a user