From: Chris Lattner Date: Sat, 12 Jan 2008 01:45:22 +0000 (+0000) Subject: this actually does pass with 4.0 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a3554a47ef1fc2616519326403246bbfa0522729;p=oota-llvm.git this actually does pass with 4.0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45899 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2008-01-11-BadWarning.cpp b/test/C++Frontend/2008-01-11-BadWarning.cpp index b292fccf874..43f6a7173b0 100644 --- a/test/C++Frontend/2008-01-11-BadWarning.cpp +++ b/test/C++Frontend/2008-01-11-BadWarning.cpp @@ -1,6 +1,5 @@ // RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning // rdar://5683899 -// XFAIL: llvmgcc4.0.1 void** f(void **Buckets, unsigned NumBuckets) { return Buckets + NumBuckets; }