diff --git a/gcc/testsuite/g++.dg/ext/cond1.C b/gcc/testsuite/g++.dg/ext/cond1.C deleted file mode 100644 index d17930757d9..00000000000 --- 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); -} -