summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp37/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp37/init.c b/testsuites/sptests/sp37/init.c
index a3ddd66c2b..9ca5b3f06e 100644
--- a/testsuites/sptests/sp37/init.c
+++ b/testsuites/sptests/sp37/init.c
@@ -110,7 +110,7 @@ void check_isr_worked(
printf( "isr_in_progress(%s) from ISR -- OK\n", s );
break;
case 2:
- printf( "isr_in_progress(%s) from ISR -- returned bad value\n");
+ printf( "isr_in_progress(%s) from ISR -- returned bad value\n", s);
rtems_test_exit(0);
break;
}