print test complete message

This commit is contained in:
Jeff Hill
2003-04-23 20:59:49 +00:00
parent 9f09bc6b67
commit 96f8e4f323

View File

@@ -18,6 +18,7 @@
#include <limits.h>
#include <assert.h>
#include <stdio.h>
#include "epicsThread.h"
@@ -82,4 +83,6 @@ void epicsExceptionTest ()
epicsExceptionTestPrivate ();
athread.waitForCompletion ();
printf ( "Test Complete.\n" );
}