Making full test vector generation deterministic (#398)

This commit is contained in:
Kevin Lewi
2025-10-13 15:05:15 -07:00
committed by GitHub
parent c94f942ed7
commit 79e4eacc40
4 changed files with 3010 additions and 3002 deletions
-1
View File
@@ -313,7 +313,6 @@ mod tests {
macro_rules! test {
($mod:ident, $point:ty) => {
mod $mod {
use std::format;
use proptest::prelude::*;