aboutsummaryrefslogtreecommitdiff
path: root/test/C++Frontend/2008-01-11-BadWarning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/C++Frontend/2008-01-11-BadWarning.cpp')
-rw-r--r--test/C++Frontend/2008-01-11-BadWarning.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/C++Frontend/2008-01-11-BadWarning.cpp b/test/C++Frontend/2008-01-11-BadWarning.cpp
index b292fccf87..43f6a7173b 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;
}