diff options
Diffstat (limited to 'libs/math/test/test_zeta.cpp')
-rw-r--r-- | libs/math/test/test_zeta.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libs/math/test/test_zeta.cpp b/libs/math/test/test_zeta.cpp index bd8713d4f..8683b7c78 100644 --- a/libs/math/test/test_zeta.cpp +++ b/libs/math/test/test_zeta.cpp @@ -67,8 +67,15 @@ void expected_results() ".*", // stdlib ".*", // platform largest_type, // test type(s) + ".*Integer.*", // test data group + ".*", 30, 15); // test function + add_expected_result( + ".*", // compiler + ".*", // stdlib + ".*", // platform + largest_type, // test type(s) ".*", // test data group - ".*", 3, 1); // test function + ".*", 3, 3); // test function add_expected_result( ".*", // compiler ".*", // stdlib |