summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp62/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp62/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/sptests/sp62/init.c b/testsuites/sptests/sp62/init.c
index 2757ff33f0..0a8f595685 100644
--- a/testsuites/sptests/sp62/init.c
+++ b/testsuites/sptests/sp62/init.c
@@ -36,12 +36,10 @@ rtems_task Blocker(
);
directive_failed( sc, "rtems_region_get_segment" );
-
puts( "Blocker - Got memory after resize" );
case_hit = true;
(void) rtems_task_delete( RTEMS_SELF );
-
}
rtems_task Init(
@@ -70,7 +68,6 @@ rtems_task Init(
sc = rtems_task_start( task_id, Blocker, 0 );
directive_failed( sc, "rtems_task_start of Blocker" );
-
puts( "Init - rtems_task_create Region - OK" );
sc = rtems_region_create(
rtems_build_name( 'R', 'N', '1', ' ' ),