Changes in directory llvm/test/CFrontend:

2003-11-19-AddressOfRegister.c.tr updated: 1.2 -> 1.3
2005-05-06-CountBuiltins.c updated: 1.1 -> 1.2
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Fix syntax of tests to ensure grep pattern is properly quoted.


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

 2003-11-19-AddressOfRegister.c.tr |    2 +-
 2005-05-06-CountBuiltins.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr
diff -u llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr:1.2 
llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr:1.3
--- llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr:1.2   Mon Apr 16 
10:15:51 2007
+++ llvm/test/CFrontend/2003-11-19-AddressOfRegister.c.tr       Mon Apr 16 
10:31:48 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -S -o /dev/null |& not grep 'warning'
+// RUN: %llvmgcc -xc %s -S -o /dev/null |& not grep warning
 
 struct item {
   short delta[4];


Index: llvm/test/CFrontend/2005-05-06-CountBuiltins.c
diff -u llvm/test/CFrontend/2005-05-06-CountBuiltins.c:1.1 
llvm/test/CFrontend/2005-05-06-CountBuiltins.c:1.2
--- llvm/test/CFrontend/2005-05-06-CountBuiltins.c:1.1  Fri May  6 21:16:08 2005
+++ llvm/test/CFrontend/2005-05-06-CountBuiltins.c      Mon Apr 16 10:31:48 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | not grep 'call.*__builtin'
+// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | not grep call.*__builtin
 
 int G, H, I;
 void foo(int P) {



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

Reply via email to