We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3205c commit d0bb9a7Copy full SHA for d0bb9a7
1 file changed
src/tools/miri/tests/pass/float.rs
@@ -1358,7 +1358,7 @@ fn test_min_max_nondet() {
1358
/// Ensure that if we call the closure often enough, we see both `true` and `false.`
1359
#[track_caller]
1360
fn ensure_both(f: impl Fn() -> bool) {
1361
- let rounds = 16;
+ let rounds = 32;
1362
let first = f();
1363
for _ in 1..rounds {
1364
if f() != first {
0 commit comments