OSDN Git Service

Remove previously migrated test.
authorEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 22:26:06 +0000 (22:26 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 22:26:06 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138120 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2008-01-11-BadWarning.cpp [deleted file]

diff --git a/test/FrontendC++/2008-01-11-BadWarning.cpp b/test/FrontendC++/2008-01-11-BadWarning.cpp
deleted file mode 100644 (file)
index 43f6a71..0000000
+++ /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;
-}
-