mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fix regular tests to match revised test headers.
This commit is contained in:
@@ -26,21 +26,21 @@ void expected_results()
|
||||
".*", // platform
|
||||
".*", // test type(s)
|
||||
"Beta Function: Small.*", // test data group
|
||||
"boost::math::beta", 8, 5); // test function
|
||||
"beta", 8, 5); // test function
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
".*", // platform
|
||||
".*", // test type(s)
|
||||
"Beta Function: Medium.*", // test data group
|
||||
"boost::math::beta", 1000, 750); // test function
|
||||
"beta", 1000, 750); // test function
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
".*", // platform
|
||||
".*", // test type(s)
|
||||
"Beta Function: Divergent.*", // test data group
|
||||
"boost::math::beta", 1000, 700); // test function
|
||||
"beta", 1000, 700); // 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.
|
||||
|
||||
Reference in New Issue
Block a user