summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll')
-rw-r--r--test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
index e46a875..ce66c70 100644
--- a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
+++ b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -instcombine -S | \
-; RUN: grep {ret i1 false}
+; RUN: grep "ret i1 false"
define i1 @test() {
%X = trunc i32 320 to i1 ; <i1> [#uses=1]
ret i1 %X