From 1eb2d4832a590c809e38840f970b4506661c89cf Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 12 Apr 2020 20:13:38 +0200 Subject: Printing ft_strlen and ft_strcmp arguments on failed test --- libasm_test.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libasm_test.h') diff --git a/libasm_test.h b/libasm_test.h index b3805e4..acc2b41 100644 --- a/libasm_test.h +++ b/libasm_test.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/08 03:07:19 by cacharle #+# #+# */ -/* Updated: 2020/02/08 03:07:20 by cacharle ### ########.fr */ +/* Updated: 2020/04/12 20:06:05 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -102,8 +102,6 @@ void print_ok(void); void print_signaled_ko(void); -void -expect_int(int expected, int actual); int* create_data_elem(int data); -- cgit