summaryrefslogtreecommitdiff
path: root/tests/testtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testtypes.c')
-rw-r--r--tests/testtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtypes.c b/tests/testtypes.c
index 339af5d..d8b3147 100644
--- a/tests/testtypes.c
+++ b/tests/testtypes.c
@@ -14,7 +14,7 @@
int main(void)
{
uint32_t uint32=0xffffFFFF;
- uint64_t uint64=0xFFFFFFFFFFFFFFFF;
+ uint64_t uint64=0xFFFFFFFFFFFFFFFFLL;
off_t offset=TYPE_MAX(off_t); /* Depends on _FILE_OFFSET_BITS */
size_t size=TYPE_MAX(size_t); /* Depends on int size */