Changes in directory llvm/test/Regression/CFrontend:

2004-02-20-StaticRedeclare.c.tr updated: 1.3 -> 1.4
---
Log message:

This file is an invalid C file, test that it is properly rejected


---
Diffs of the changes:  (+5 -1)

 2004-02-20-StaticRedeclare.c.tr |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr
diff -u llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr:1.3 
llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr:1.4
--- llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr:1.3  Tue Nov 
30 10:48:26 2004
+++ llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr      Thu Apr 
13 12:32:03 2006
@@ -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);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to