From: Mark Mitchell Date: Sat, 30 Aug 2003 01:43:21 +0000 (+0000) Subject: Remove inadvertent commit X-Git-Tag: releases/gcc-3.4.0~3979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5be4b5c92ba293b5f205fa37b46c7d4cc0c3bfb9;p=thirdparty%2Fgcc.git Remove inadvertent commit From-SVN: r70942 --- diff --git a/gcc/testsuite/g++.dg/ext/cond1.C b/gcc/testsuite/g++.dg/ext/cond1.C deleted file mode 100644 index d17930757d99..000000000000 --- a/gcc/testsuite/g++.dg/ext/cond1.C +++ /dev/null @@ -1,10 +0,0 @@ -// { dg-options "" } - -template class c; - -template int test(c&); - -void test(c<2>*c2) { - test<0, 2>(*c2); -} -