X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fqualttp18.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fqualttp18.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=2c9cf065ceb140b075456d0c018ed3352f9145c8;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/template/qualttp18.C b/gcc/testsuite/g++.dg/template/qualttp18.C deleted file mode 100644 index 2c9cf065..00000000 --- a/gcc/testsuite/g++.dg/template/qualttp18.C +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (C) 2001 Free Software Foundation -// Contributed by Kriang Lerdsuwanakij -// { dg-do compile } - -struct A -{ - template class B {}; -}; - -template