Remove this test, there is no need to test GCC's bugs

llvm-svn: 27689
This commit is contained in:
Chris Lattner 2006-04-14 04:47:26 +00:00
parent 08a154e1a7
commit 326ff4eb93
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
// RUN: not %llvmgcc -xc %s -S -o -
// This is a malformed program that is not caught by llvmgcc3.
// XFAIL: llvmgcc3
int one (int a) {
two (a, 5);
return 0;
}
static int two (int a, int b) {
}