From: Eric Christopher Date: Sat, 20 Aug 2011 00:22:40 +0000 (+0000) Subject: Remove this file, it's not much of a test and string headers cause X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9a642f47e51ac66b91097f1f123e8ab0a06eb97;p=clang Remove this file, it's not much of a test and string headers cause problems on windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138166 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp b/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp deleted file mode 100644 index 5e5af4ab60..0000000000 --- a/test/CodeGenCXX/2004-09-27-CompilerCrash.cpp +++ /dev/null @@ -1,13 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - - -struct Pass {} ; -template -Pass *callDefaultCtor() { return new PassName(); } - -void foo(Pass *(*C)()); - -#include - -bool foo(std::string &X) { - return X.empty(); -}