aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.pt/ttp3.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/ttp3.C2
1 files changed, 1 insertions, 1 deletions
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<template<class> class D,class E> class C
int main()
{
- C<D,int> c; // ERROR - param list not match
+ C<D,int> c; // ERROR - param list not match// WARNING - sees it as not having a type
}