[llvm-commits] CVS: llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr
Reid Spencer
reid at x10sys.com
Mon Apr 16 10:38:16 PDT 2007
Changes in directory llvm/test/C++Frontend:
2003-10-21-InnerClass.cpp.tr updated: 1.2 -> 1.3
---
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)
2003-10-21-InnerClass.cpp.tr | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr
diff -u llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr:1.2 llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr:1.3
--- llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr:1.2 Sun Apr 15 15:41:31 2007
+++ llvm/test/C++Frontend/2003-10-21-InnerClass.cpp.tr Mon Apr 16 12:36:06 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | grep "struct.X::Y"
+// RUN: %llvmgcc -xc++ -S -o - %s | grep {struct.X::Y}
struct X {
struct Y {
More information about the llvm-commits
mailing list