Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Sep 1998 13:05:03 +0000 (13:05 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Sep 1998 13:05:03 +0000 (13:05 +0000)
From-SVN: r22159

gcc/testsuite/g++.old-deja/g++.pt/typename11.C

index 0b4337f70f7d6bc910476a552d9b8ccd2965ce81..1b4a1d51a69bb7e11a5c105d625b097877824a51 100644 (file)
@@ -1,6 +1,5 @@
 // Build don't link:
 // Special g++ Options:
-// excess errors test - XFAIL *-*-*
 
 template <class T, int I>
 struct S {
@@ -13,4 +12,4 @@ S<T,I>::X f(T, U)
   S<T, I>::X();
 }
 
-template S<int, double>::X f<int, double, 3>(int, double);
+template S<int, 3>::X f<int, double, 3>(int, double);