Skip to content

Commit e6d4996

Browse files
authored
Rollup merge of #69765 - RalfJung:miri-test, r=LukasKalbertodt
reduce test size for Miri The larger sizes take quite a while, and there is probably little point in repeating this quite so often.
2 parents 1a1f948 + 2770f30 commit e6d4996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/liballoc/tests/slice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1733,9 +1733,9 @@ fn panic_safe() {
17331733
let moduli = &[5, 20, 50];
17341734

17351735
#[cfg(miri)]
1736-
let lens = 1..13;
1736+
let lens = 1..10;
17371737
#[cfg(miri)]
1738-
let moduli = &[10];
1738+
let moduli = &[5];
17391739

17401740
for len in lens {
17411741
for &modulus in moduli {

0 commit comments

Comments
 (0)