diff options
Diffstat (limited to 'gcc/testsuite/objc.dg/method-6.m')
-rw-r--r-- | gcc/testsuite/objc.dg/method-6.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/objc.dg/method-6.m b/gcc/testsuite/objc.dg/method-6.m index aa94bac..b7cd89b 100644 --- a/gcc/testsuite/objc.dg/method-6.m +++ b/gcc/testsuite/objc.dg/method-6.m @@ -30,3 +30,5 @@ void foo(void) { [Class port]; /* { dg-error ".Class. is not an Objective\\-C class name or alias" } */ } + +/* { dg-options "-Wstrict-selector-match" } */ |