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 | ca2af72c7b842a99c35088656a0cdd14907594cd (patch) | |
| tree | ab69549df1c0313ac7051a57709a303581aab9ae | |
| parent | 7411b510b2ac2a073a03ed1a45770c0c6f4d7197 (diff) | |
| download | bcm5719-llvm-ca2af72c7b842a99c35088656a0cdd14907594cd.tar.gz bcm5719-llvm-ca2af72c7b842a99c35088656a0cdd14907594cd.zip | |
this actually does pass with 4.0
llvm-svn: 45899
| -rw-r--r-- | llvm/test/C++Frontend/2008-01-11-BadWarning.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp b/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp index b292fccf874..43f6a7173b0 100644 --- a/llvm/test/C++Frontend/2008-01-11-BadWarning.cpp +++ b/llvm/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; } |

