fixup tests for RTEMS

This commit is contained in:
Michael Davidsaver
2020-11-22 11:53:44 -08:00
parent 01637cfbbe
commit 597f168b9c
5 changed files with 20 additions and 12 deletions

View File

@@ -2819,7 +2819,7 @@ int main(int argc, char *argv[])
.build()));
TestServer::ctx = srv;
srv->context->printInfo();
srv->context->run(epics::pvData::castUnsafe<epicsUInt32>(timeToRun));
srv->context->run(epics::pvData::castUnsafe<uint32>(timeToRun));
cout << "Done" << endl;