From b2473f939f29c94923f37f61e13cddc9830780eb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 27 May 2017 21:41:37 -0500 Subject: [PATCH] Rename asyncSoft main routine --- src/std/rec/test/asyncSoftTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/rec/test/asyncSoftTest.c b/src/std/rec/test/asyncSoftTest.c index 1ac9f41ef..38b26c137 100644 --- a/src/std/rec/test/asyncSoftTest.c +++ b/src/std/rec/test/asyncSoftTest.c @@ -156,7 +156,7 @@ void testAsyncOutputs(dbCommon *async) void recTestIoc_registerRecordDeviceDriver(struct dbBase *); -MAIN(recMiscTest) +MAIN(asyncSoftTest) { dbCommon *async;