From 7ff140c597657d58af2d0b41ddab6fd7886a24b1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 8 Feb 1999 07:03:15 -0500 Subject: [PATCH] update From-SVN: r25083 --- gcc/testsuite/g++.old-deja/g++.pt/explicit73.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2