From: Jason Merrill Date: Mon, 8 Feb 1999 12:03:15 +0000 (-0500) Subject: update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ff140c597657d58af2d0b41ddab6fd7886a24b1;p=gcc.git update From-SVN: r25083 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C index d913d1778ec..1dd0f69ab22 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C @@ -7,7 +7,7 @@ // the template namespace N { - template class foo; + template class foo; // ERROR - referenced below } using namespace N;