forked from OSchip/llvm-project
Remove this test, there is no need to test GCC's bugs
llvm-svn: 27689
This commit is contained in:
parent
08a154e1a7
commit
326ff4eb93
|
@ -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) {
|
||||
}
|
Loading…
Reference in New Issue