From a96a6906601cb5f40ba54cd750c9f87e04568f7d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 3 Sep 2010 21:17:53 +0000 Subject: Clean up some whitespace and comments from this test that were remnants of a previous iteration of the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113013 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/template-anonymous-types.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CodeGenCXX/template-anonymous-types.cpp b/test/CodeGenCXX/template-anonymous-types.cpp index 0b219ffc12..5e7a71fd87 100644 --- a/test/CodeGenCXX/template-anonymous-types.cpp +++ b/test/CodeGenCXX/template-anonymous-types.cpp @@ -7,10 +7,7 @@ struct S { template struct X { T value; - X(T t) : value(t) {} - - // Again, two instantiations should be present. int f() { return value; } }; -- cgit v1.2.3