diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/nonnull-1.c')
-rw-r--r-- | gcc/testsuite/c-c++-common/nonnull-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/nonnull-1.c b/gcc/testsuite/c-c++-common/nonnull-1.c index b5c3d7f8866..fb2814c4498 100644 --- a/gcc/testsuite/c-c++-common/nonnull-1.c +++ b/gcc/testsuite/c-c++-common/nonnull-1.c @@ -1,7 +1,7 @@ /* Test for the bad usage of "nonnull" function attribute parms. */ /* */ /* { dg-do compile } */ -/* { dg-options "-Wnonnull" } */ +/* { dg-options "-Wnonnull-compare" } */ #include <stddef.h> #include <stdlib.h> |