summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-12-08 21:43:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-12-08 21:43:02 +0000
commit33dec797c3ecc310d83b3db8ad42643f8c3c000b (patch)
tree7b831b927411e0c6bccc7d5c2a2f68b1591716c5 /test
parent1366626e08322aaecd60704d02a5d881b0826725 (diff)
downloadllvm-33dec797c3ecc310d83b3db8ad42643f8c3c000b.tar.gz
llvm-33dec797c3ecc310d83b3db8ad42643f8c3c000b.tar.bz2
llvm-33dec797c3ecc310d83b3db8ad42643f8c3c000b.tar.xz
add missing &&
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32374 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 ecda87b05b..3ddddb00d5 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 "__DTOR_END__:" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",@progbits"
%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"