this actually does pass with 4.0
[oota-llvm.git] / 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;
 }