aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorykoh <ykoh@student.42seoul.kr>2020-07-08 18:15:43 +0900
committerykoh <ykoh@student.42seoul.kr>2020-07-08 18:15:43 +0900
commitc52ea7ce14221b96f3dd5adf69ec9f4df6884404 (patch)
treebe9018a221f41693c243d699e7a1f28cea9fd4e7 /tests
parent25d81fe88c7e9aebe011b7b625b4eb7d31936591 (diff)
downloadft_printf_test-c52ea7ce14221b96f3dd5adf69ec9f4df6884404.tar.gz
ft_printf_test-c52ea7ce14221b96f3dd5adf69ec9f4df6884404.tar.bz2
ft_printf_test-c52ea7ce14221b96f3dd5adf69ec9f4df6884404.zip
Delete %o test
Diffstat (limited to 'tests')
-rw-r--r--tests/pft_tests.c3
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);