diff options
Diffstat (limited to 'gcc/testsuite/objc.dg/class-1.m')
-rw-r--r-- | gcc/testsuite/objc.dg/class-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/objc.dg/class-1.m b/gcc/testsuite/objc.dg/class-1.m index a7760e10484..64304f590ec 100644 --- a/gcc/testsuite/objc.dg/class-1.m +++ b/gcc/testsuite/objc.dg/class-1.m @@ -17,4 +17,4 @@ int glob; @implementation glob @end /* { dg-error "redeclared as different kind of symbol" } */ /* { dg-error "previous declaration of" "" { target *-*-* } 15 } */ -/* { dg-warning "Cannot find interface declaration" "" { target *-*-* } 18 } */ +/* { dg-warning "annot find interface declaration" "" { target *-*-* } 18 } */ |