aboutsummaryrefslogtreecommitdiff
path: root/tests/pft_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pft_tests.c')
-rw-r--r--tests/pft_tests.c2
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);