# HG changeset patch # User Chris Cannam # Date 1539338414 -3600 # Node ID 616d3e8a250b0524a0f59f7c0ff7a89ef9ae3eb1 # Parent 04a198887a3d28ec2cd7172d69f9c32fdc168cc4 Win32 fix diff -r 04a198887a3d -r 616d3e8a250b data/model/test/TestZoomConstraints.h --- 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); } }