Update message
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 14 Mar 2005 04:02:20 +0000 (04:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 14 Mar 2005 04:02:20 +0000 (04:02 +0000)
From-SVN: r96417

gcc/testsuite/g++.dg/template/error18.C

index ca0762ee03df31a937afd746cb5483e0fdceb8fc..7b7151a3b7f49a07f57ac4e828a5be55a1d86125 100644 (file)
@@ -8,4 +8,4 @@ struct A{
 
 template<>
 template<typename ABC,typename DEF>
-void A<int>::function(ABC); // { dg-error "" }
+void A<int>::function(ABC); // { dg-error "match" }