Changes in directory llvm/test/C++Frontend:

2007-03-27-FunctionVarRename.cpp updated: 1.1 -> 1.2
---
Log message:

not not!


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

 2007-03-27-FunctionVarRename.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp
diff -u llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp:1.1 
llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp:1.2
--- llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp:1.1  Tue Mar 27 
19:03:10 2007
+++ llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp      Sun Apr  1 
01:19:41 2007
@@ -1,5 +1,5 @@
 // RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf1' &&
-// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf'
+// RUN: %llvmgxx %s -emit-llvm -S -o - | grep 'eprintf'
 
 // Only one eprintf should exist in the output
 



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

Reply via email to