[llvm-commits] CVS: llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr
Anton Korobeynikov
asl at math.spbu.ru
Mon Apr 16 14:07:21 PDT 2007
Changes in directory llvm/test/CFrontend:
2006-09-25-DebugFilename.c.tr updated: 1.2 -> 1.3
---
Log message:
Heal this test
---
Diffs of the changes: (+2 -2)
2006-09-25-DebugFilename.c.tr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr
diff -u llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr:1.2 llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr:1.3
--- llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr:1.2 Mon Apr 16 10:15:51 2007
+++ llvm/test/CFrontend/2006-09-25-DebugFilename.c.tr Mon Apr 16 16:07:00 2007
@@ -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(); }
More information about the llvm-commits
mailing list