From 5b2442637560becd2aca68a37cde31c122ae509d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 9 Dec 2006 21:21:06 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/section.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1