diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-02-26 05:07:23 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-02-26 05:07:23 +0000 |
| commit | 530b35b805bbe7f7541ee4ec62b91978a1d2580f (patch) | |
| tree | 02407fab8f5f0746b4df207ad2495f391b8f0d5c | |
| parent | 81401ca4ef9277edd657a8a1ab591ecb0f8eb33f (diff) | |
| download | rust-530b35b805bbe7f7541ee4ec62b91978a1d2580f.tar.gz rust-530b35b805bbe7f7541ee4ec62b91978a1d2580f.zip | |
fmt
| -rw-r--r-- | src/tools/miri/tests/pass/float.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/miri/tests/pass/float.rs b/src/tools/miri/tests/pass/float.rs index b3b6fe1a5d7..05ac5e82b56 100644 --- a/src/tools/miri/tests/pass/float.rs +++ b/src/tools/miri/tests/pass/float.rs @@ -1281,7 +1281,6 @@ fn test_non_determinism() { /// Ensure that the operation is non-deterministic #[track_caller] fn ensure_nondet<T: PartialEq + std::fmt::Debug>(f: impl Fn() -> T) { - let rounds = 16; let first = f(); for _ in 1..rounds { |
