summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmck/task1.c')
-rw-r--r--testsuites/tmtests/tmck/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index 458c51395d..4234a32b71 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -136,7 +136,7 @@ rtems_test_pause();
);
puts( "*** END OF TIME CHECKER ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}
void check_read_timer()
@@ -160,7 +160,7 @@ void check_read_timer()
index--;
continue;
#else
- exit( 1 );
+ rtems_test_exit( 1 );
#endif
}
else