diff --git a/test/CFrontend/2004-02-20-StaticRedeclare.c.tr b/test/CFrontend/2004-02-20-StaticRedeclare.c.tr index 4549300e7bc..13acd816bbb 100644 --- a/test/CFrontend/2004-02-20-StaticRedeclare.c.tr +++ b/test/CFrontend/2004-02-20-StaticRedeclare.c.tr @@ -1,4 +1,8 @@ -// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep declare +// 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);