2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix expected error rates on Linux

This commit is contained in:
jzmaddock
2014-02-27 18:02:33 +00:00
parent 1757348c9b
commit bedff882ac

View File

@@ -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.