summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/2008-01-11-BadWarning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2008-01-11-BadWarning.cpp')
-rw-r--r--test/FrontendC++/2008-01-11-BadWarning.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC++/2008-01-11-BadWarning.cpp b/test/FrontendC++/2008-01-11-BadWarning.cpp
deleted file mode 100644
index 43f6a71..0000000
--- 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;
-}
-
OpenPOWER on IntegriCloud