From beabc2698e9d518bb1c7e869a972269a8e6f4553 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Mon, 16 Apr 2007 21:07:00 +0000 Subject: [PATCH] Heal this test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36161 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2006-09-25-DebugFilename.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CFrontend/2006-09-25-DebugFilename.c b/test/CFrontend/2006-09-25-DebugFilename.c index 893a79ec886..e115c394a5e 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(); } -- 2.34.1