mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor fix for ctest output.
This commit is contained in:
parent
9aa3d73a5b
commit
c718466194
@ -288,7 +288,7 @@ void assert_double(double exp, double real, const char* caller, int line) {
|
||||
double largest = (real > exp) ? real : exp;
|
||||
|
||||
if (diff > largest * FLT_EPSILON) {
|
||||
CTEST_ERR("%s:%d DEXPECTED %g,\n\tgot %g", caller, line, exp, real);
|
||||
CTEST_ERR("%s:%d\n\texpected %g,\n\tgot %g", caller, line, exp, real);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user