update
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 1998 10:19:31 +0000 (10:19 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 1998 10:19:31 +0000 (10:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19428 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.mike/p9129.C

index d94f46f..d66dab5 100644 (file)
@@ -7,6 +7,6 @@ public:
   int DoSomething();
 };
 
-int (Foo::*pA)() = { &Foo::DoSomething };                              // ERROR - 
-int (Foo::*X[1])(int) = { { &Foo::DoSomething } };                     // ERROR - 
+int (Foo::*pA)() = { &Foo::DoSomething };      
+int (Foo::*X[1])(int) = { { &Foo::DoSomething } };                 // ERROR - 
 int (Foo::*Y[])(int) = { { &Foo::DoSomething, &Foo::DoSomething, 0 } }; // ERROR -