Skip to content

Commit bcfd953

Browse files
committed
Auto merge of rust-lang#131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez
Rollup of 5 pull requests Successful merges: - rust-lang#130630 (Support clobber_abi and vector/access registers (clobber-only) in s390x inline assembly) - rust-lang#131042 (Instantiate binders in `supertrait_vtable_slot`) - rust-lang#131079 (Update wasm-component-ld to 0.5.9) - rust-lang#131085 (make test_lots_of_insertions test take less long in Miri) - rust-lang#131088 (add fixme to remove LLVM_ENABLE_TERMINFO when minimal llvm version is 19) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 90d63b1 + 3a8939e commit bcfd953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/collections/hash/map/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ fn test_lots_of_insertions() {
274274
for _ in 0..loops {
275275
assert!(m.is_empty());
276276

277-
let count = if cfg!(miri) { 101 } else { 1001 };
277+
let count = if cfg!(miri) { 66 } else { 1001 };
278278

279279
for i in 1..count {
280280
assert!(m.insert(i, i).is_none());

0 commit comments

Comments
 (0)