diff --git a/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C b/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C index 123295dc409..ba897f167bc 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C @@ -3,7 +3,7 @@ extern "C" { struct xx { - void (*xx)(void); // ERROR - field with name of class + void (*xx)(void); int x,y; }; }