summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm10/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 10:38:22 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit9410d01196776178421066568f29058e7783c60d (patch)
tree23b5d17eef94bd72580f92ffe8e9520b5fe01a77 /testsuites/tmtests/tm10/task1.c
parentvirtex4: Move start.S to virtex4/start/start.S (diff)
downloadrtems-9410d01196776178421066568f29058e7783c60d.tar.bz2
tmtests: Make output more uniform
Diffstat (limited to 'testsuites/tmtests/tm10/task1.c')
-rw-r--r--testsuites/tmtests/tm10/task1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm10/task1.c b/testsuites/tmtests/tm10/task1.c
index 818d1d996b..89266cfa96 100644
--- a/testsuites/tmtests/tm10/task1.c
+++ b/testsuites/tmtests/tm10/task1.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -110,7 +110,7 @@ void test_init()
end_time = benchmark_timer_read();
put_time(
- "rtems_message_queue_receive: not available -- NO_WAIT",
+ "rtems_message_queue_receive: not available NO_WAIT",
end_time,
operation_count,
overhead,
@@ -158,7 +158,7 @@ rtems_task Low_task(
end_time = benchmark_timer_read();
put_time(
- "rtems_message_queue_receive: not available -- caller blocks",
+ "rtems_message_queue_receive: not available caller blocks",
end_time,
operation_count - 1,
0,