summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp43/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp43/init.c')
-rw-r--r--testsuites/sptests/sp43/init.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/testsuites/sptests/sp43/init.c b/testsuites/sptests/sp43/init.c
index 2f6cbfdfca..b57c158173 100644
--- a/testsuites/sptests/sp43/init.c
+++ b/testsuites/sptests/sp43/init.c
@@ -296,9 +296,8 @@ rtems_task Init(
rtems_test_assert( part == 1 );
/*
- * Start another screen and do the API/Class min/max routines
+ * API/Class min/max routines
*/
- rtems_test_pause();
printf( "rtems_object_id_api_minimum returned %d\n",
rtems_object_id_api_minimum() );
@@ -330,9 +329,8 @@ rtems_task Init(
rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) );
/*
- * Another screen break for the API and class name tests
+ * API and class name tests
*/
- rtems_test_pause();
printf( "rtems_object_get_api_name(0) = %s\n", rtems_object_get_api_name(0) );
printf( "rtems_object_get_api_name(255) = %s\n",
@@ -355,11 +353,9 @@ rtems_task Init(
OBJECTS_CLASSIC_API, OBJECTS_RTEMS_BARRIERS));
/*
- * Another screen break for the information
+ * Class information
*/
- rtems_test_pause();
-
puts( "rtems_object_get_class_information - INVALID_ADDRESS" );
sc = rtems_object_get_class_information(
OBJECTS_INTERNAL_API, OBJECTS_INTERNAL_THREADS, NULL );