diff options
Diffstat (limited to 'gcc/testsuite/obj-c++.dg/super-class-1.mm')
-rw-r--r-- | gcc/testsuite/obj-c++.dg/super-class-1.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/obj-c++.dg/super-class-1.mm b/gcc/testsuite/obj-c++.dg/super-class-1.mm index 7887036..f8cccb3 100644 --- a/gcc/testsuite/obj-c++.dg/super-class-1.mm +++ b/gcc/testsuite/obj-c++.dg/super-class-1.mm @@ -26,5 +26,5 @@ + (int) test_func { return [super test_func]; /* { dg-bogus "invalid use of undefined type" } */ -} /* { dg-bogus "forward declaration of" "" { target *-*-* } 28 } */ +} /* { dg-bogus "forward declaration of" "" { target *-*-* } .-1 } */ @end |