From 7c8981b9013519d0be9444f1cfa6933dfe065a89 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 May 2012 19:17:46 +0200 Subject: removed a non-working type test --- tests/testtypes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 */ -- cgit v1.2.3-54-g00ecf