diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C index 9a047a846f03..322dd1991e31 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C @@ -10,5 +10,5 @@ template class D,class E> class C int main() { - C c; // ERROR - param list not match + C c; // ERROR - param list not match// WARNING - sees it as not having a type }