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: http://review.tizen.org/git/?a=commitdiff_plain;h=f00500bc8e0e0d6146d53072c430059d8f9eb70f;p=platform%2Fupstream%2Fllvm.git 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). llvm-svn: 209892 --- diff --git a/clang/test/CXX/temp/temp.param/p14.cpp b/clang/test/CXX/temp/temp.param/p14.cpp deleted file mode 100644 index a6c53c1..0000000 --- a/clang/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}}