summaryrefslogtreecommitdiff
path: root/test/Integer
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 17:12:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 17:12:21 +0000
commit15855a1d286966cd184139e78686656f07e61488 (patch)
tree8e4775286dbe5c81720724d6bfdfd3a137367877 /test/Integer
parente4aee1d3a4677cadc0596d989b5a28ef21ab9a0b (diff)
downloadllvm-15855a1d286966cd184139e78686656f07e61488.tar.gz
llvm-15855a1d286966cd184139e78686656f07e61488.tar.bz2
llvm-15855a1d286966cd184139e78686656f07e61488.tar.xz
No need to quote things, shell isn't interpreting any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer')
-rw-r--r--test/Integer/2007-01-19-TruncSext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/2007-01-19-TruncSext.ll b/test/Integer/2007-01-19-TruncSext.ll
index d1359c0cb8..aff17ca06d 100644
--- a/test/Integer/2007-01-19-TruncSext.ll
+++ b/test/Integer/2007-01-19-TruncSext.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
-; RUN: llvm-as < %s | lli --force-interpreter=true | grep -- '-255'
+; RUN: llvm-as < %s | lli --force-interpreter=true %t3.bc | grep -- -255
@ARRAY = global [ 20 x i17 ] zeroinitializer
@FORMAT = constant [ 4 x i8 ] c"%d\0A\00"