summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_prune.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_prune.ll')
-rw-r--r--test/Transforms/Inline/inline_prune.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_prune.ll b/test/Transforms/Inline/inline_prune.ll
index 658a422..4c1574d 100644
--- a/test/Transforms/Inline/inline_prune.ll
+++ b/test/Transforms/Inline/inline_prune.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -inline -S | \
-; RUN: not grep {callee\[12\](}
+; RUN: not grep "callee[12]("
; RUN: opt < %s -inline -S | not grep mul
define internal i32 @callee1(i32 %A, i32 %B) {