summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:04:47 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:04:47 +0000
commita2f743eaff017f4bd94c0a9b37fdcb258dc9b3f6 (patch)
treed6cafe296a0b53c947db40e32407773cc6089a8c /llvm/test/Integer
parent34fe86cd9c83c04685b784e7ff29181b4981d6ce (diff)
downloadbcm5719-llvm-a2f743eaff017f4bd94c0a9b37fdcb258dc9b3f6.tar.gz
bcm5719-llvm-a2f743eaff017f4bd94c0a9b37fdcb258dc9b3f6.zip
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
cases quoting of <{ didn't work out, so I changed the grep to check for }> instead. This fixes 7 testcases that were not properly running before. llvm-svn: 52182
Diffstat (limited to 'llvm/test/Integer')
-rw-r--r--llvm/test/Integer/packed_struct_bt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Integer/packed_struct_bt.ll b/llvm/test/Integer/packed_struct_bt.ll
index 3713917ac97..a4d01e7d84b 100644
--- a/llvm/test/Integer/packed_struct_bt.ll
+++ b/llvm/test/Integer/packed_struct_bt.ll
@@ -2,7 +2,7 @@
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
; RUN: not grep cast %t2.ll
-; RUN: grep {\<\{} %t2.ll
+; RUN: grep {\\}>} %t2.ll
; END.
%struct.anon = type <{ i8, i35, i35, i35 }>
OpenPOWER on IntegriCloud