summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-12-09 21:21:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-12-09 21:21:06 +0000
commit5b2442637560becd2aca68a37cde31c122ae509d (patch)
tree0ece85dc7dc1978a2579ac0d3e15e2cb7ee764bc /test
parent5fe27e7b990cca4377cc9955454335cf018bc3fb (diff)
downloadllvm-5b2442637560becd2aca68a37cde31c122ae509d.tar.gz
llvm-5b2442637560becd2aca68a37cde31c122ae509d.tar.bz2
llvm-5b2442637560becd2aca68a37cde31c122ae509d.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/section.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/section.ll b/test/CodeGen/ARM/section.ll
index d6bf5362c6..924323fbd7 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"