[rtems commit] cdtest: Print begin of test only once

Sebastian Huber sebh at rtems.org
Fri Mar 3 08:04:37 UTC 2017


Module:    rtems
Branch:    master
Commit:    cb056d02c5dac72ffc423d98cdb4bf98f0abb19e
Changeset: http://git.rtems.org/rtems/commit/?id=cb056d02c5dac72ffc423d98cdb4bf98f0abb19e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Mar  3 09:04:12 2017 +0100

cdtest: Print begin of test only once

---

 testsuites/samples/cdtest/main.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc
index 43b6b06..33e6fd2 100644
--- a/testsuites/samples/cdtest/main.cc
+++ b/testsuites/samples/cdtest/main.cc
@@ -199,8 +199,6 @@ rtems_task main_task(
   rtems_task_argument
 )
 {
-    TEST_BEGIN();
-
     cdtest();
 
     printf( "*** TESTING C++ EXCEPTIONS ***\n\n" );



More information about the vc mailing list