summaryrefslogtreecommitdiff
path: root/tests/test-stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-stdio.c')
-rw-r--r--tests/test-stdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-stdio.c b/tests/test-stdio.c
index dcfe38dd51..41299e2159 100644
--- a/tests/test-stdio.c
+++ b/tests/test-stdio.c
@@ -27,7 +27,7 @@ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
/* Check that NULL can be passed through varargs as a pointer type,
per POSIX 2008. */
-verify (sizeof NULL == sizeof (void *));
+verify (sizeof (NULL) == sizeof (void *));
int
main ()