Skip to content

Commit

Permalink
show failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 25, 2023
1 parent 8858dff commit 4fd860f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/arrays.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ fn simple_array_indexing() {
assert_eq!(metadata.count, 3);
}

/*
#[test]
fn array_iter() {
#[derive(Miniconf, Default, Clone, Copy, Debug, PartialEq)]
Expand All @@ -96,7 +95,6 @@ fn array_iter() {

for _i in s.a.iter_mut().flatten() {}
}
*/

#[test]
fn array_of_structs_indexing() {
Expand Down

0 comments on commit 4fd860f

Please sign in to comment.