From 2911090cdf2ffe48db902b57a09d5ab1c379f136 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Apr 2007 06:14:28 +0000 Subject: [PATCH] make this test more portable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36118 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2004-09-27-CompilerCrash.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/C++Frontend/2004-09-27-CompilerCrash.cpp b/test/C++Frontend/2004-09-27-CompilerCrash.cpp index b997616c0dc..f507c239150 100644 --- a/test/C++Frontend/2004-09-27-CompilerCrash.cpp +++ b/test/C++Frontend/2004-09-27-CompilerCrash.cpp @@ -1,5 +1,4 @@ // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null -// XFAIL: * struct Pass {} ; template @@ -7,11 +6,7 @@ Pass *callDefaultCtor() { return new PassName(); } void foo(Pass *(*C)()); -#include -#include -#include -#include // For allocator. -#include +#include bool foo(std::string &X) { return X.empty(); -- 2.34.1