cdtest: Print begin of test only once

This commit is contained in:
Sebastian Huber
2017-03-03 09:04:12 +01:00
parent c0dafd7ba3
commit cb056d02c5

View File

@@ -199,8 +199,6 @@ rtems_task main_task(
rtems_task_argument rtems_task_argument
) )
{ {
TEST_BEGIN();
cdtest(); cdtest();
printf( "*** TESTING C++ EXCEPTIONS ***\n\n" ); printf( "*** TESTING C++ EXCEPTIONS ***\n\n" );