Skip to content

Commit c6ed7ad

Browse files
committed
remove redundant assert statements
1 parent 34505e2 commit c6ed7ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcollectionstest/str.rs

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ macro_rules! test_concat {
123123
fn test_concat_for_different_types() {
124124
test_concat!("ab", vec![s("a"), s("b")]);
125125
test_concat!("ab", vec!["a", "b"]);
126-
test_concat!("ab", vec!["a", "b"]);
127-
test_concat!("ab", vec![s("a"), s("b")]);
128126
}
129127

130128
#[test]

0 commit comments

Comments
 (0)