aboutsummaryrefslogtreecommitdiffstats
path: root/test/C++Frontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-12 01:45:22 +0000
committerChris Lattner <sabre@nondot.org>2008-01-12 01:45:22 +0000
commita3554a47ef1fc2616519326403246bbfa0522729 (patch)
tree2eac958c73b0bac7e4ce0cacb51e4dc9a7219fdc /test/C++Frontend
parent8e5712b8bb55229d26027e62fd18285065c05338 (diff)
downloadexternal_llvm-a3554a47ef1fc2616519326403246bbfa0522729.zip
external_llvm-a3554a47ef1fc2616519326403246bbfa0522729.tar.gz
external_llvm-a3554a47ef1fc2616519326403246bbfa0522729.tar.bz2
this actually does pass with 4.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-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 b292fcc..43f6a71 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;
}