Skip to content

Commit 1f7f087

Browse files
committed
miri tests shortened
1 parent fc8c6d1 commit 1f7f087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pinned_on_move.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn num_moves() -> usize {
66
return 2500;
77

88
#[cfg(miri)]
9-
return 100;
9+
return 21;
1010
}
1111

1212
/// Takes ownership of the `vec`.

0 commit comments

Comments
 (0)