summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/init.c')
-rw-r--r--testsuites/libtests/math/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/math/init.c b/testsuites/libtests/math/init.c
index 824644f03d..a5f6802b00 100644
--- a/testsuites/libtests/math/init.c
+++ b/testsuites/libtests/math/init.c
@@ -55,13 +55,13 @@ int main( void )
{
#if __rtems__
rtems_print_printer_fprintf_putc(&rtems_test_printer);
- rtems_test_begin();
+ TEST_BEGIN();
#endif
domath();
#if __rtems__
- rtems_test_end();
+ TEST_END();
#endif
exit( 0 );
}