tests: Move rtems_test_printer definition

Statically initialize it to use printk().

Update #3170.
Update #3199.
This commit is contained in:
Sebastian Huber
2017-10-26 13:59:05 +02:00
parent cf614eca60
commit f703e7f5c7
15 changed files with 14 additions and 17 deletions

View File

@@ -27,7 +27,6 @@
#include <rtems/test.h>
const char rtems_test_name[] = "COMPLEX";
rtems_printer rtems_test_printer;
#endif
#include <stdio.h>