diff options
-rw-r--r-- | test/CFrontend/2006-09-25-DebugFilename.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CFrontend/2006-09-25-DebugFilename.c b/test/CFrontend/2006-09-25-DebugFilename.c index 893a79e..e115c39 100644 --- a/test/CFrontend/2006-09-25-DebugFilename.c +++ b/test/CFrontend/2006-09-25-DebugFilename.c @@ -1,6 +1,6 @@ -// RUN: %llvmgcc -xc %s -S -o /dev/null |& \ +// RUN: ignore %llvmgcc -xc %s -S -o /dev/null |& \ // RUN: grep fluffy | grep 2006-09-25-DebugFilename.c.tr #include "2006-09-25-DebugFilename.h" int func1() { return hfunc1(); } -int func2() { int fluffy; return hfunc1(); } +int func2() { fluffy; return hfunc1(); } |