From bedff882ac4668621c7967563591e81a19872006 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 27 Feb 2014 18:02:33 +0000 Subject: [PATCH] Fix expected error rates on Linux --- test/float128/test_digamma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/float128/test_digamma.cpp b/test/float128/test_digamma.cpp index d8e641d33..7981c6367 100644 --- a/test/float128/test_digamma.cpp +++ b/test/float128/test_digamma.cpp @@ -21,7 +21,7 @@ void expected_results() ".*", // platform ".*", // test type(s) ".*", // test data group - ".*", 80, 30); // test function + ".*", 350, 100); // test function // // Finish off by printing out the compiler/stdlib/platform names, // we do this to make it easier to mark up expected error rates.