diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-04-14 04:47:26 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-04-14 04:47:26 +0000 | 
| commit | 326ff4eb93e9164d660ac075914ef16bbcb7f35b (patch) | |
| tree | 14e66da9e95d2815b1b3858617c097e384b30424 /llvm/test | |
| parent | 08a154e1a7a017c4a922fc141835e9042f0a2722 (diff) | |
| download | bcm5719-llvm-326ff4eb93e9164d660ac075914ef16bbcb7f35b.tar.gz bcm5719-llvm-326ff4eb93e9164d660ac075914ef16bbcb7f35b.zip | |
Remove this test, there is no need to test GCC's bugs
llvm-svn: 27689
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr b/llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr deleted file mode 100644 index 13acd816bbb..00000000000 --- a/llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr +++ /dev/null @@ -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) { -} | 

