aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/invoke_test-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/invoke_test-1.ll')
-rw-r--r--test/Transforms/Inline/invoke_test-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/invoke_test-1.ll b/test/Transforms/Inline/invoke_test-1.ll
index f611becda2..0d27e2a7f5 100644
--- a/test/Transforms/Inline/invoke_test-1.ll
+++ b/test/Transforms/Inline/invoke_test-1.ll
@@ -1,7 +1,7 @@
; Test that we can inline a simple function, turning the calls in it into invoke
; instructions
-; RUN: opt %s -inline -S | \
+; RUN: opt < %s -inline -S | \
; RUN: not grep {call\[^e\]}
declare void @might_throw()