[llvm-commits] [llvm] r138120 - /llvm/trunk/test/FrontendC++/2008-01-11-BadWarning.cpp
Eric Christopher
echristo at apple.com
Fri Aug 19 15:26:06 PDT 2011
Author: echristo
Date: Fri Aug 19 17:26:06 2011
New Revision: 138120
URL: http://llvm.org/viewvc/llvm-project?rev=138120&view=rev
Log:
Remove previously migrated test.
Removed:
llvm/trunk/test/FrontendC++/2008-01-11-BadWarning.cpp
Removed: llvm/trunk/test/FrontendC++/2008-01-11-BadWarning.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2008-01-11-BadWarning.cpp?rev=138119&view=auto
==============================================================================
--- llvm/trunk/test/FrontendC++/2008-01-11-BadWarning.cpp (original)
+++ llvm/trunk/test/FrontendC++/2008-01-11-BadWarning.cpp (removed)
@@ -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;
-}
-
More information about the llvm-commits
mailing list