From 888fa33cfbd55b8944f971886eeda1bbca406af4 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 10 Jun 2008 16:04:47 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52182 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Integer/packed_struct_bt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Integer') diff --git a/test/Integer/packed_struct_bt.ll b/test/Integer/packed_struct_bt.ll index 3713917ac9..a4d01e7d84 100644 --- a/test/Integer/packed_struct_bt.ll +++ b/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 }> -- cgit v1.2.3