From 96fc0606e3f7106dea7876f0177aeea861dd425a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 8 Oct 1998 12:21:50 -0600 Subject: [PATCH] From Brendan: date: 1998/07/15 18:18:49; author: brendan; state: Exp; lines: +2 -2 dd expected warning, remove first error loc (now only on line 13) From-SVN: r22932 --- gcc/testsuite/g++.old-deja/g++.pt/ttp3.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C index 9a047a846f0..322dd1991e3 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 }