summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat/test.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-15 16:34:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-15 16:34:01 +0000
commit170043083949b7352f98d112875dd2060b464acb (patch)
treeb5e8ab7e411065d155450cdf13c2b6d37326d9b6 /testsuites/psxtests/psxstat/test.c
parent2008-05-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-170043083949b7352f98d112875dd2060b464acb.tar.bz2
2008-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look like CVS conflict markers.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxstat/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 1619b3498b..23caabcb27 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -715,7 +715,7 @@ void Show_Time()
rtems_status_code status;
status = rtems_clock_get( RTEMS_CLOCK_GET_TOD, &time );
- printf(">>>>Current Time: ");
+ printf("--->Current Time: ");
print_time( " - rtems_clock_get - ", &time, "\n" );
}