diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-06 17:42:51 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-06 17:42:51 +0100 |
| commit | 41baa7a49b8366881cada579c383a6a52fd018f4 (patch) | |
| tree | a50384c9e9fe297db0605675ea48c647c853b0e9 /tests/pft_tests.c | |
| parent | 2c0981859eee38323c04537b68fb138ef986095f (diff) | |
| download | ft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.tar.gz ft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.tar.bz2 ft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.zip | |
removing unnecessary tests
Diffstat (limited to 'tests/pft_tests.c')
| -rw-r--r-- | tests/pft_tests.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pft_tests.c b/tests/pft_tests.c index 61fb51d..0c3455f 100644 --- a/tests/pft_tests.c +++ b/tests/pft_tests.c @@ -38,9 +38,7 @@ void test_pft_nocrash(void) ASSERT_PRINTF("%hp", &ncm_p); ASSERT_PRINTF("%lp", &ncm_p); ASSERT_PRINTF("%llp", &ncm_p); - ASSERT_PRINTF("%Lp", &ncm_p); ASSERT_PRINTF("%-p", &ncm_p); - ASSERT_PRINTF("%Ld", 42); ASSERT_PRINTF("%#d", 42); ASSERT_PRINTF("%hhhd", 42); ASSERT_PRINTF("%hhhhd", 42); |
