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

Commit 93c07ca

Browse files
committed
fixup! Replace NTESTS with better configuration
1 parent f3e0609 commit 93c07ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/libm-test/src/gen/random.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use crate::{BaseName, CheckCtx, GenerateInput};
1212
const SEED: [u8; 32] = *b"3.141592653589793238462643383279";
1313

1414
/// Number of tests to run.
15+
// FIXME(ntests): clean this up when possible
1516
const NTESTS: usize = {
1617
if cfg!(optimizations_enabled) {
1718
if crate::emulated()

0 commit comments

Comments
 (0)