diff options
Diffstat (limited to 'src/libtest/lib.rs')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 5ea843918be..9850e0a6c2f 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -1423,7 +1423,7 @@ mod tests { "test::parse_ignored_flag".to_string(), "test::sort_tests".to_string()); - for (a, b) in expected.iter().zip(filtered.iter()) { + for (a, b) in expected.iter().zip(filtered) { assert!(*a == b.desc.name.to_string()); } } |
