From 7914a759c0e888af1048efa461a1912dc1646c1a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 20 Apr 2025 11:04:45 +0100 Subject: [PATCH] One more error rate adjustment (ibeta_derivative for Mingw). --- test/test_ibeta_derivative.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ibeta_derivative.cpp b/test/test_ibeta_derivative.cpp index 5d6a31275..18295b150 100644 --- a/test/test_ibeta_derivative.cpp +++ b/test/test_ibeta_derivative.cpp @@ -106,7 +106,7 @@ void expected_results() "[^|]*", // platform "double", // test type(s) "[^|]*Large.*", // test data group - ".*", 3300, 200); // test function + ".*", 3900, 200); // test function add_expected_result( "[^|]*", // compiler "[^|]*", // stdlib