From 00dd3ccd9bb42709b6f97f6e94fcbbf4392d57d9 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sat, 5 Sep 1998 19:11:15 +0000 Subject: [PATCH] Remove duplicate test From-SVN: r22270 --- gcc/testsuite/g++.old-deja/g++.pt/explicit7.C | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gcc/testsuite/g++.old-deja/g++.pt/explicit7.C diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit7.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit7.C deleted file mode 100644 index 9f71442..0000000 --- a/gcc/testsuite/g++.old-deja/g++.pt/explicit7.C +++ /dev/null @@ -1,16 +0,0 @@ -// Build don't run: -// GROUPS passed templates -struct S -{ - template - void foo(T t); - - template <> - void foo(int i) { } -}; - -int main() -{ - S s; - s.template foo(3.0); -} -- 2.7.4