diff options
Diffstat (limited to 'test/src/runner/test_runner_algo.c')
| -rw-r--r-- | test/src/runner/test_runner_algo.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/src/runner/test_runner_algo.c b/test/src/runner/test_runner_algo.c index f2afdb3..1888479 100644 --- a/test/src/runner/test_runner_algo.c +++ b/test/src/runner/test_runner_algo.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/13 21:25:52 by cacharle #+# #+# */ -/* Updated: 2020/04/04 15:22:43 by charles ### ########.fr */ +/* Updated: 2021/01/31 02:32:42 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -23,11 +23,6 @@ TEST_GROUP_RUNNER(ft_compar_int) RUN_TEST_CASE(ft_compar_int, basic); } -TEST_GROUP_RUNNER(ft_heapsort) -{ - RUN_TEST_CASE(ft_heapsort, basic); -} - TEST_GROUP_RUNNER(ft_is_set) { RUN_TEST_CASE(ft_is_set, basic); |
