summaryrefslogtreecommitdiff
path: root/tests/testtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testtypes.c')
-rw-r--r--tests/testtypes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtypes.c b/tests/testtypes.c
index 0f0cd27..4ed880b 100644
--- a/tests/testtypes.c
+++ b/tests/testtypes.c
@@ -18,7 +18,6 @@ int main(void)
off_t offset=TYPE_MAX(off_t); /* Depends on _FILE_OFFSET_BITS */
size_t size=TYPE_MAX(size_t); /* Depends on int size */
- printf("native int bits%20"PRIu64" %16"PRIx32"\n", sizeof(int)*CHAR_BIT, UINT_MAX);
printf("uint32_t max %20"PRIu32" %16"PRIx32"\n"
"uint64_t max %20"PRIu64" %16"PRIx64"\n"
"off_t max %20jd %16jx\n" /* try PRIdMAX if %jd unsupported */