summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/casts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/casts.ll')
-rw-r--r--test/Transforms/Inline/casts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/casts.ll b/test/Transforms/Inline/casts.ll
index 166185a..a7b051b 100644
--- a/test/Transforms/Inline/casts.ll
+++ b/test/Transforms/Inline/casts.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -inline -S | grep {ret i32 1}
+; RUN: opt < %s -inline -S | grep "ret i32 1"
; ModuleID = 'short.opt.bc'
define i32 @testBool(i1 %X) {