aboutsummaryrefslogtreecommitdiff
path: root/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper.c')
-rw-r--r--helper.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/helper.c b/helper.c
index 17d7bcb..06781b1 100644
--- a/helper.c
+++ b/helper.c
@@ -6,22 +6,19 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/08 03:07:07 by cacharle #+# #+# */
-/* Updated: 2020/04/12 20:05:58 by charles ### ########.fr */
+/* Updated: 2020/04/13 15:01:20 by charles ### ########.fr */
/* */
/* ************************************************************************** */
#include "libasm_test.h"
-
-void
-print_ok(void)
+void print_ok(void)
{
printf("OK: %s\n", test_name);
fflush(stdout);
}
-void
-print_signaled_ko(void)
+void print_signaled_ko(void)
{
printf("KO: [SEGFAULT]: %s\n", test_name);
fflush(stdout);