From: Rafael Espindola Date: Sat, 9 Dec 2006 21:21:06 +0000 (+0000) Subject: use a . instead of a % in the grep expression X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5b2442637560becd2aca68a37cde31c122ae509d;p=oota-llvm.git use a . instead of a % in the grep expression git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/section.ll b/test/CodeGen/ARM/section.ll index d6bf5362c67..924323fbd7c 100644 --- a/test/CodeGen/ARM/section.ll +++ b/test/CodeGen/ARM/section.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",%progbits" +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep '.section .dtors,"aw",.progbits' %__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"