From c536a84ad8ecd0f6e583d70710df83cf6a31f02c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 25 Sep 1998 17:46:25 -0400 Subject: update From-SVN: r22598 --- gcc/testsuite/g++.old-deja/g++.pt/explicit71.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C index 3da4c61..c84eebc 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C @@ -11,5 +11,5 @@ class bug { class a {}; }; template -template <> -class bug::a {}; // ERROR - invalid specialization +template <> // ERROR - invalid specialization +class bug::a {}; // ERROR - "" -- cgit v1.1