From: Chandler Carruth Date: Mon, 13 Dec 2010 08:01:53 +0000 (+0000) Subject: Remove a type that got reduced away from this test case but not actually deleted. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1192fff983d1b28cf7c8dd2e3dcf50734afc6f75;p=clang Remove a type that got reduced away from this test case but not actually deleted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/return-stack-addr.cpp b/test/SemaCXX/return-stack-addr.cpp index b4d9b9037d..fbbaf836f1 100644 --- a/test/SemaCXX/return-stack-addr.cpp +++ b/test/SemaCXX/return-stack-addr.cpp @@ -123,7 +123,6 @@ void test_PR7999(PR7999_X& x) { (void)PR7999_f(x); } // no-warning // variables with an initializer, especially in templates where the default // argument may not be an expression (yet). namespace PR8774 { - template class A { }; template struct B { }; template V f(typename B::type const &v = B::value()) { return v;