From 9de8d61a9a4a7eda2bef620c8dde1b659850dce9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Jul 2020 13:36:49 +0200 Subject: libtest: to Rename this header file to later move to . The main feature provided by is the output of standard test information which is consumed by the RTEMS Tester. Update #3199. --- testsuites/libtests/dl06/dl06-o1.c | 2 +- testsuites/libtests/dl06/dl06-o2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/dl06') diff --git a/testsuites/libtests/dl06/dl06-o1.c b/testsuites/libtests/dl06/dl06-o1.c index 32e9a4acd9..57124ccff5 100644 --- a/testsuites/libtests/dl06/dl06-o1.c +++ b/testsuites/libtests/dl06/dl06-o1.c @@ -11,7 +11,7 @@ #include #include -#include +#include #define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__); diff --git a/testsuites/libtests/dl06/dl06-o2.c b/testsuites/libtests/dl06/dl06-o2.c index 7d6f6c8d57..3c374b2371 100644 --- a/testsuites/libtests/dl06/dl06-o2.c +++ b/testsuites/libtests/dl06/dl06-o2.c @@ -11,7 +11,7 @@ #include #include -#include +#include #define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__); -- cgit v1.2.3