diff options
Diffstat (limited to 'test/ft_list_remove_if_test.c')
| -rw-r--r-- | test/ft_list_remove_if_test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ft_list_remove_if_test.c b/test/ft_list_remove_if_test.c index bca0a19..45bf260 100644 --- a/test/ft_list_remove_if_test.c +++ b/test/ft_list_remove_if_test.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/08 03:08:42 by cacharle #+# #+# */ -/* Updated: 2020/04/13 14:59:22 by charles ### ########.fr */ +/* Updated: 2020/11/07 17:15:34 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -103,7 +103,8 @@ void ft_list_remove_if_compare(void) void ft_list_remove_if_test(void) { test_name = "ft_list_remove_if.s"; + signaled_suite = false; ft_list_remove_if_segfault(); - if (!signaled) + if (!signaled_suite) ft_list_remove_if_compare(); } |
