diff options
Diffstat (limited to 'tests/pft_tests.c')
| -rw-r--r-- | tests/pft_tests.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pft_tests.c b/tests/pft_tests.c index 3f29604..8a945e7 100644 --- a/tests/pft_tests.c +++ b/tests/pft_tests.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/06 18:15:10 by cacharle #+# #+# */ -/* Updated: 2020/04/02 20:46:35 by charles ### ########.fr */ +/* Updated: 2020/07/08 18:15:02 by ykoh ### ########.fr */ /* */ /* ************************************************************************** */ @@ -76,7 +76,6 @@ void test_pft_nocrash(void) // ASSERT_PRINTF("%hhllo", 42); // ASSERT_PRINTF("%llho", 42); // ASSERT_PRINTF("%lllo", 42); - ASSERT_PRINTF("%-o", 42); ////// ASSERT_PRINTF("%Lu", 42); // ASSERT_PRINTF("%#u", 42); // ASSERT_PRINTF("%+u", 42); |
