aboutsummaryrefslogtreecommitdiff
path: root/check_leaks.c
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 /check_leaks.c
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 'check_leaks.c')
-rw-r--r--check_leaks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/check_leaks.c b/check_leaks.c
index ff16e9c..66fc7e1 100644
--- a/check_leaks.c
+++ b/check_leaks.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/06 18:14:36 by cacharle #+# #+# */
-/* Updated: 2020/02/06 18:14:37 by cacharle ### ########.fr */
+/* Updated: 2020/07/08 18:14:37 by ykoh ### ########.fr */
/* */
/* ************************************************************************** */
@@ -275,7 +275,6 @@ int main()
ft_printf("%hhllo", 42);
ft_printf("%llho", 42);
ft_printf("%lllo", 42);
- ft_printf("%-o", 42);
ft_printf("%Lu", 42);
ft_printf("%#u", 42);
ft_printf("%+u", 42);