summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05
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/psxtests/psx05
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/psxtests/psx05')
-rw-r--r--testsuites/psxtests/psx05/init.c2
1 files changed, 1 insertions, 1 deletions
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 */