Heal this test
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 16 Apr 2007 21:07:00 +0000 (21:07 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 16 Apr 2007 21:07:00 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36161 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2006-09-25-DebugFilename.c

index 893a79ec886d132cdb58fc02903e052b2b6e01b5..e115c394a5ebb305ddba5e0c48d494fa9fb14e38 100644 (file)
@@ -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(); }