From a3554a47ef1fc2616519326403246bbfa0522729 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 12 Jan 2008 01:45:22 +0000 Subject: [PATCH] this actually does pass with 4.0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45899 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2008-01-11-BadWarning.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/C++Frontend/2008-01-11-BadWarning.cpp b/test/C++Frontend/2008-01-11-BadWarning.cpp index b292fccf874..43f6a7173b0 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; }