From 3d65f457eacbdebe6b67babc05d005e873148f0a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Feb 2019 08:32:42 +0100 Subject: psxtests/psxonce01: Fix typo Update #3334. --- testsuites/psxtests/psxonce01/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxonce01/init.c') diff --git a/testsuites/psxtests/psxonce01/init.c b/testsuites/psxtests/psxonce01/init.c index 41ff5b146b..3b50c945ab 100644 --- a/testsuites/psxtests/psxonce01/init.c +++ b/testsuites/psxtests/psxonce01/init.c @@ -75,10 +75,10 @@ static void routine_a( void ) RTEMS_DEFAULT_ATTRIBUTES, &id ); - assert(sc == RTEMS_SUCCESSFUL); + rtems_test_assert( sc == RTEMS_SUCCESSFUL ); sc = rtems_task_start( id, use_b, 0 ); - assert( sc == RTEMS_SUCCESSFUL ); + rtems_test_assert( sc == RTEMS_SUCCESSFUL ); events = 0; sc = rtems_event_receive( -- cgit v1.2.3