From f153157410e2f0ad0a9081c55880a97aa8b265b8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 14:22:35 +0200 Subject: Rename rtems_test_print() into rtems_test_printf() --- cpukit/libmisc/testsupport/test.h | 2 +- cpukit/libmisc/testsupport/testbeginend.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/testsupport/test.h b/cpukit/libmisc/testsupport/test.h index 94f917faec..0afd3e91f4 100644 --- a/cpukit/libmisc/testsupport/test.h +++ b/cpukit/libmisc/testsupport/test.h @@ -86,7 +86,7 @@ int rtems_test_end(void); * * @returns As specified by printf(). */ -int rtems_test_print(const char* format, ...) RTEMS_PRINTFLIKE(1, 2); +int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2); /** * @brief Internal context for parallel job execution. diff --git a/cpukit/libmisc/testsupport/testbeginend.c b/cpukit/libmisc/testsupport/testbeginend.c index 6bfc400e1e..cc00c8f0a9 100644 --- a/cpukit/libmisc/testsupport/testbeginend.c +++ b/cpukit/libmisc/testsupport/testbeginend.c @@ -34,7 +34,7 @@ int rtems_test_end(void) ); } -int rtems_test_print( +int rtems_test_printf( const char* format, ... ) -- cgit v1.2.3