From: Eric Christopher Date: Fri, 19 Aug 2011 22:26:06 +0000 (+0000) Subject: Remove previously migrated test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e057bee96b9e9c8857212efc82041369faded90;p=oota-llvm.git Remove previously migrated test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138120 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC++/2008-01-11-BadWarning.cpp b/test/FrontendC++/2008-01-11-BadWarning.cpp deleted file mode 100644 index 43f6a7173b0..00000000000 --- a/test/FrontendC++/2008-01-11-BadWarning.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning -// rdar://5683899 -void** f(void **Buckets, unsigned NumBuckets) { - return Buckets + NumBuckets; -} -