Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 530b35b

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 81401ca commit 530b35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/pass/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,6 @@ fn test_non_determinism() {
12811281
/// Ensure that the operation is non-deterministic
12821282
#[track_caller]
12831283
fn ensure_nondet<T: PartialEq + std::fmt::Debug>(f: impl Fn() -> T) {
1284-
12851284
let rounds = 16;
12861285
let first = f();
12871286
for _ in 1..rounds {

0 commit comments

Comments
 (0)