[llvm-commits] CVS: llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp
Chris Lattner
sabre at nondot.org
Sat Mar 31 23:19:58 PDT 2007
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
More information about the llvm-commits
mailing list