| Index: gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
|
| diff --git a/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C b/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
|
| index d8568dd9b1b0df713c35b92182ab432956a5374a..f43ed65ef2a14a6119244fd1dbc3672c7b429911 100644
|
| --- a/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
|
| +++ b/gcc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
|
| @@ -3,7 +3,7 @@
|
| // Bug: g++ was crashing after giving errors.
|
|
|
| template<class T>
|
| - void connect_to_method( // { dg-message "candidates are" }
|
| + void connect_to_method( // { dg-message "candidate is" }
|
| T *receiver,
|
| void (T::*method)())
|
| {}
|
|
|