diff --git a/src/ca/acctst.c b/src/ca/acctst.c index e95217d9e..092bdac62 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1576,7 +1576,7 @@ void verifyReasonableBeaconPeriod ( chid chan ) epicsThreadSleep ( expectedBeaconPeriod * 2 ); beaconPeriod = ca_beacon_period ( chan ); error = fabs ( beaconPeriod - expectedBeaconPeriod ); - // expect less than a 10% error + /* expect less than a 10% error */ assert ( error / expectedBeaconPeriod < 0.1 ); printf ( "done\n" ); }