Remove previously migrated test.

llvm-svn: 138120
This commit is contained in:
Eric Christopher 2011-08-19 22:26:06 +00:00
parent 7e88fdfecc
commit 1e1cbc5f65
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}