[llvm-commits] CVS: llvm/test/CFrontend/2006-01-13-Includes.c

Reid Spencer reid at x10sys.com
Mon Apr 16 10:38:07 PDT 2007



Changes in directory llvm/test/CFrontend:

2006-01-13-Includes.c updated: 1.7 -> 1.8
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


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

 2006-01-13-Includes.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/2006-01-13-Includes.c
diff -u llvm/test/CFrontend/2006-01-13-Includes.c:1.7 llvm/test/CFrontend/2006-01-13-Includes.c:1.8
--- llvm/test/CFrontend/2006-01-13-Includes.c:1.7	Fri Feb  9 09:15:21 2007
+++ llvm/test/CFrontend/2006-01-13-Includes.c	Mon Apr 16 12:36:06 2007
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
-// RUN:   llvm-dis | grep "test/CFrontend"
+// RUN:   llvm-dis | grep {test/CFrontend}
 // PR676
 
 #include <stdio.h>






More information about the llvm-commits mailing list