test-fopen-safer: split from test-fopen
[gnulib.git] / tests / test-string.c
index 688d0d3..fe53cd9 100644 (file)
@@ -24,7 +24,7 @@
 
 /* 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 ()