From f9a642f47e51ac66b91097f1f123e8ab0a06eb97 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 20 Aug 2011 00:22:40 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/2004-09-27-CompilerCrash.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/CodeGenCXX/2004-09-27-CompilerCrash.cpp 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(); -} -- 2.50.1