This test is no longer relevant. It is covered already by [basic.scope.pdecl]p10...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 30 May 2014 13:17:17 +0000 (13:17 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 30 May 2014 13:17:17 +0000 (13:17 +0000)
llvm-svn: 209892

clang/test/CXX/temp/temp.param/p14.cpp [deleted file]

diff --git a/clang/test/CXX/temp/temp.param/p14.cpp b/clang/test/CXX/temp/temp.param/p14.cpp
deleted file mode 100644 (file)
index a6c53c1..0000000
+++ /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<typename T = typename T::type> struct X; // expected-error{{default}}