diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-12 01:45:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-12 01:45:22 +0000 |
commit | a3554a47ef1fc2616519326403246bbfa0522729 (patch) | |
tree | 2eac958c73b0bac7e4ce0cacb51e4dc9a7219fdc /test/C++Frontend/2008-01-11-BadWarning.cpp | |
parent | 8e5712b8bb55229d26027e62fd18285065c05338 (diff) |
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/2008-01-11-BadWarning.cpp')
-rw-r--r-- | test/C++Frontend/2008-01-11-BadWarning.cpp | 1 |
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; } |