[rtems commit] sptests/spsem03: Fix compile error

Sebastian Huber sebh at rtems.org
Fri Sep 23 08:15:36 UTC 2016


Module:    rtems
Branch:    master
Commit:    938ee19c5a44feade660e6872f77c548a8d89bfb
Changeset: http://git.rtems.org/rtems/commit/?id=938ee19c5a44feade660e6872f77c548a8d89bfb

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 23 10:09:57 2016 +0200

sptests/spsem03: Fix compile error

---

 testsuites/sptests/spsem03/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/sptests/spsem03/init.c b/testsuites/sptests/spsem03/init.c
index 7f573e5..859f996 100644
--- a/testsuites/sptests/spsem03/init.c
+++ b/testsuites/sptests/spsem03/init.c
@@ -88,7 +88,7 @@ static void obtain_sema(rtems_id id)
 
 static void inversion_task(rtems_task_argument arg)
 {
-  assert(0);
+  rtems_test_assert(0);
 }
 
 static void mid_task(rtems_task_argument arg)




More information about the vc mailing list