From: Aaron Ballman Date: Fri, 30 May 2014 13:17:17 +0000 (+0000) Subject: This test is no longer relevant. It is covered already by [basic.scope.pdecl]p10... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cee4070071fc581654d00248a3430b1982ab98cf;p=clang This test is no longer relevant. It is covered already by [basic.scope.pdecl]p10, and our current test for that is more thorough (though our test is named p9.cpp). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209892 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/temp/temp.param/p14.cpp b/test/CXX/temp/temp.param/p14.cpp deleted file mode 100644 index a6c53c1e64..0000000000 --- a/test/CXX/temp/temp.param/p14.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s -// XFAIL: * - -// A template-parameter shall not be used in its own default argument. -template struct X; // expected-error{{default}}