diff options
Diffstat (limited to 'llvm/test/C++Frontend/2008-01-11-BadWarning.cpp')
-rw-r--r-- | llvm/test/C++Frontend/2008-01-11-BadWarning.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp b/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp index 43f6a7173b0..b292fccf874 100644 --- a/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp +++ b/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp @@ -1,5 +1,6 @@ // 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; } |