Changes in directory llvm/test/C++Frontend:
2005-01-03-StaticInitializers.cpp updated: 1.2 -> 1.3 2007-01-06-ELF-Thunk-Sections.cpp updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Fix syntax of tests to ensure grep pattern is properly quoted. --- Diffs of the changes: (+2 -3) 2005-01-03-StaticInitializers.cpp | 2 +- 2007-01-06-ELF-Thunk-Sections.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/test/C++Frontend/2005-01-03-StaticInitializers.cpp diff -u llvm/test/C++Frontend/2005-01-03-StaticInitializers.cpp:1.2 llvm/test/C++Frontend/2005-01-03-StaticInitializers.cpp:1.3 --- llvm/test/C++Frontend/2005-01-03-StaticInitializers.cpp:1.2 Sat Feb 19 01:31:54 2005 +++ llvm/test/C++Frontend/2005-01-03-StaticInitializers.cpp Mon Apr 16 10:31:48 2007 @@ -1,4 +1,4 @@ -// RUN: %llvmgxx %s -S -o - | not grep 'llvm.global_ctor' +// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctor struct S { int A[2]; Index: llvm/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp diff -u llvm/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.3 llvm/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.4 --- llvm/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.3 Mon Jan 8 18:05:55 2007 +++ llvm/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp Mon Apr 16 10:31:48 2007 @@ -1,5 +1,4 @@ -// RUN: %llvmgxx %s -emit-llvm -S -o - && -// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'gnu.linkonce.' +// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep gnu.linkonce. // PR1085 class _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits