update
authorJason Merrill <jason@gcc.gnu.org>
Mon, 8 Feb 1999 12:03:15 +0000 (07:03 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Feb 1999 12:03:15 +0000 (07:03 -0500)
From-SVN: r25083

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

index d913d1778ecf6891649e3dfd15c3d28b765d2ed0..1dd0f69ab22de8ec1bdc099ad0053164988d7a3f 100644 (file)
@@ -7,7 +7,7 @@
 // the template
 
 namespace N {
-  template <class T> class foo;
+  template <class T> class foo;        // ERROR - referenced below
 }
 
 using namespace N;