aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/GC/inline2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/GC/inline2.ll')
-rw-r--r--test/CodeGen/Generic/GC/inline2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/GC/inline2.ll b/test/CodeGen/Generic/GC/inline2.ll
index ad98e3e345..15947056ee 100644
--- a/test/CodeGen/Generic/GC/inline2.ll
+++ b/test/CodeGen/Generic/GC/inline2.ll
@@ -1,5 +1,5 @@
-; RUN: opt %s -inline -S | grep sample
-; RUN: opt %s -inline -S | grep example
+; RUN: opt < %s -inline -S | grep sample
+; RUN: opt < %s -inline -S | grep example
%IntArray = type { i32, [0 x i32*] }