oops, variable used to be unsigned; changed to signed constant

This commit is contained in:
Jeff Hill
2013-11-07 14:59:30 -07:00
parent 4d54b91a3a
commit 36d801682b
+1 -1
View File
@@ -40,7 +40,7 @@ static const double precisionEPICS = 1.0 / nSecPerSec;
MAIN(epicsTimeTest)
{
const int wasteTime = 100000u;
const int wasteTime = 100000;
const int nTimes = 10;
testPlan(12 + nTimes * 18);