summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm07/task1.c')
-rw-r--r--testsuites/tmtests/tm07/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm07/task1.c b/testsuites/tmtests/tm07/task1.c
index 8cc65ed292..975a1cbf1a 100644
--- a/testsuites/tmtests/tm07/task1.c
+++ b/testsuites/tmtests/tm07/task1.c
@@ -14,7 +14,7 @@
#define TEST_INIT
#include "system.h"
-rtems_id Task_id[OPERATION_COUNT+1], task_index;
+rtems_id Task_id[ OPERATION_COUNT+1 ], task_index;
rtems_task High_task(
rtems_task_argument argument
@@ -84,7 +84,7 @@ rtems_task High_task(
end_time = Read_timer();
put_time(
- "rtems_task_restart suspended/preempt",
+ "rtems_task_restart: suspended task -- preempts caller",
end_time,
OPERATION_COUNT,
0,