Skip to content

Commit 87327eb

Browse files
Remove assert that had been replaced by assert_ne
1 parent 6b2983a commit 87327eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/hash/sip.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ fn test_hash_no_concat_alias() {
298298
let t = ("aabb", "");
299299
let u = ("a", "abb");
300300

301-
assert!(s != t && t != u);
302301
assert_ne!(s, t);
303302
assert_ne!(t, u);
304303
assert_ne!(hash(&s), hash(&t));

0 commit comments

Comments
 (0)