this actually does pass with 4.0
authorChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 01:45:22 +0000 (01:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 01:45:22 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45899 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2008-01-11-BadWarning.cpp

index b292fccf874d2765dc40451da0d344c7d7232255..43f6a7173b0a7e6654c057ff5a55374fe5416e0d 100644 (file)
@@ -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;
 }