summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:39:48 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:39:48 -0600
commitbcc45a814287359606e2fbd2878f74903149d687 (patch)
tree797680459a72e070bb3b808290677285274dde63 /testsuites
parentpsxtmtests_plan.csv: Update messages (diff)
downloadrtems-bcc45a814287359606e2fbd2878f74903149d687.tar.bz2
tm19: Clean up output
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/tm19/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm19/task1.c b/testsuites/tmtests/tm19/task1.c
index 103d040af1..57e3e0bf58 100644
--- a/testsuites/tmtests/tm19/task1.c
+++ b/testsuites/tmtests/tm19/task1.c
@@ -154,7 +154,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "exit ASR overhead: returns to calling task",
+ "rtems_signal: exit ASR overhead returns to calling task",
end_time,
1,
0,
@@ -201,7 +201,7 @@ rtems_task Task_3(
end_time = benchmark_timer_read();
put_time(
- "exit ASR overhead: returns to preempting task",
+ "rtems_signal: exit ASR overhead returns to preempting task",
end_time,
1,
0,