aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/report.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/report.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/report.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/report.C b/gcc/testsuite/g++.old-deja/g++.jason/report.C
index 14bc9d84402..bbc1adaf942 100644
--- a/gcc/testsuite/g++.old-deja/g++.jason/report.C
+++ b/gcc/testsuite/g++.old-deja/g++.jason/report.C
@@ -55,7 +55,7 @@ bar2 baz (X::Y y)
bar2 wa [5];
wa[0] = baz(f);
undef2 (1); // ERROR - implicit declaration
-} // ERROR - non-void
+}
int ninny ()
{
@@ -70,4 +70,4 @@ int ninny ()
int darg (char X::*p)
{
undef3 (1); // ERROR - implicit declaration
-} // ERROR - non-void
+}