Mercurial > hg > svcore
changeset 1555:616d3e8a250b
Win32 fix
author | Chris Cannam |
---|---|
date | Fri, 12 Oct 2018 11:00:14 +0100 |
parents | 04a198887a3d |
children | 7b4d56b01440 |
files | data/model/test/TestZoomConstraints.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/data/model/test/TestZoomConstraints.h Fri Oct 12 11:00:01 2018 +0100 +++ b/data/model/test/TestZoomConstraints.h Fri Oct 12 11:00:14 2018 +0100 @@ -52,10 +52,10 @@ if (zobt == zexp) { return; } else { - cerr << "For input " << zin << " and rounding direction " - << roundingName(dir) - << ", expected output " << zexp << " but obtained " << zobt - << endl; + std::cerr << "For input " << zin << " and rounding direction " + << roundingName(dir) + << ", expected output " << zexp << " but obtained " + << zobt << std::endl; QCOMPARE(zobt, zexp); } }