| Index: gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
|
| diff --git a/gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C b/gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
|
| index 1f1f60d19c2fb26688a056804228665bd1ad35d3..485594dfbe31fd871356e3bf152dfdf09df51406 100644
|
| --- a/gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
|
| +++ b/gcc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
|
| @@ -3,7 +3,7 @@
|
| // Simplified from bug report by Trevor Taylor <ttaylor@powerup.com.au>
|
|
|
| struct T {
|
| - int operator()(int) { } // { dg-message "candidates" }
|
| + int operator()(int) { } // { dg-message "candidate is" }
|
| };
|
|
|
| int main() {
|
|
|