summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond08/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 12:18:02 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit50162e061b6affd2ccf66f95558a0b8386a4e02c (patch)
treed528082656528b75a4e3fe087d49c560a21c303a /testsuites/psxtmtests/psxtmcond08/init.c
parenttmtests: Make output more uniform (diff)
downloadrtems-50162e061b6affd2ccf66f95558a0b8386a4e02c.tar.bz2
psxtmtests: Make output more uniform
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond08/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmcond08/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/psxtmtests/psxtmcond08/init.c b/testsuites/psxtmtests/psxtmcond08/init.c
index fe1fee7d84..e7e3a33988 100644
--- a/testsuites/psxtmtests/psxtmcond08/init.c
+++ b/testsuites/psxtmtests/psxtmcond08/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2012.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -9,13 +9,13 @@
#if defined(USE_WAIT)
#define TEST_NUMBER "08"
- #define TEST_CASE "pthread_cond_wait - blocking"
+ #define TEST_CASE "pthread_cond_wait: blocking"
#elif defined(USE_TIMEDWAIT_WITH_VALUE)
#define TEST_NUMBER "09"
- #define TEST_CASE "pthread_cond_timedwait - blocking"
+ #define TEST_CASE "pthread_cond_timedwait: blocking"
#elif defined(USE_TIMEDWAIT_WAIT_VALUE_IN_PAST)
#define TEST_NUMBER "10"
- #define TEST_CASE "pthread_cond_timedwait - time in past error"
+ #define TEST_CASE "pthread_cond_timedwait: time in past error"
#else
#error "How am I being compiled?"
#endif