summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-03 01:59:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-03 01:59:22 +0000
commitf989f1d224ba0edf65b1bd409e41b22c40d9eeb2 (patch)
tree2ca888ffba074f6955e8cb933386bf0cd1015ec1 /testsuites
parent2011-01-02 Danila Bespalov <danila DOT bespalov AT gmail DOT com> (diff)
downloadrtems-f989f1d224ba0edf65b1bd409e41b22c40d9eeb2.tar.bz2
2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psx05/init.c: Spacing.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psx05/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index a8e22cd71c..ff20e179e3 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * psx05/init.c: Spacing.
+
2010-11-01 Alin Rus <alin.codejunkie@gmail.com>
* psxaio01/init.c, psxaio02/init.c: Improve coverage.
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index 70e2187828..4afe734bb1 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -432,7 +432,7 @@ void *POSIX_Init(
status = pthread_mutex_timedlock( &Mutex_id, &times );
if ( status != ETIMEDOUT )
printf( "status = %d\n", status );
- rtems_test_assert( status == ETIMEDOUT );
+ rtems_test_assert( status == ETIMEDOUT );
/* switch to idle */