X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Ftests%2Frealops.cpp;fp=src%2Ftests%2Frealops.cpp;h=83a52415239a0f82ac83d117b98cea614cf18680;hp=4ac54ff23acc4a03a094ea2950cad6b62b009766;hb=d2a8386f675fc01216c29e96d35518789b25965b;hpb=68dfceb76cbc78e1e0dd529dd0c14be116528353 diff --git a/src/tests/realops.cpp b/src/tests/realops.cpp index 4ac54ff..83a5241 100644 --- a/src/tests/realops.cpp +++ b/src/tests/realops.cpp @@ -22,7 +22,7 @@ int main(int argc, char ** argv) unsigned failures = 0; for (unsigned i = 0; i < TEST_CASES; ++i) { - Debug("Test %u of %u", i, TEST_CASES); + //Debug("Test %u of %u", i, TEST_CASES); double da = (double)(rand() + 1) / (double)(rand() + 1); double db = (double)(rand() + 1) / (double)(rand() + 1);