summaryrefslogtreecommitdiff
path: root/lib/gl/tests/test-stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gl/tests/test-stdlib.c')
-rw-r--r--lib/gl/tests/test-stdlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl/tests/test-stdlib.c b/lib/gl/tests/test-stdlib.c
index 711cfa6315..ae46ba1662 100644
--- a/lib/gl/tests/test-stdlib.c
+++ b/lib/gl/tests/test-stdlib.c
@@ -26,7 +26,7 @@ int exitcode;
/* 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 ()