summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-07-01 22:57:11 +0000
committerDale Johannesen <dalej@apple.com>2010-07-01 22:57:11 +0000
commitcf2249349670910b875bf8ab7b5fc71965096187 (patch)
treed4550b33f2d1a76c22679269a100121636fcfac8 /test/Transforms
parenteabd735c9a87203a567caf1ef117aeae9d288aaa (diff)
downloadllvm-cf2249349670910b875bf8ab7b5fc71965096187.tar.gz
llvm-cf2249349670910b875bf8ab7b5fc71965096187.tar.bz2
llvm-cf2249349670910b875bf8ab7b5fc71965096187.tar.xz
Prevent test from hanging waiting for input.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll b/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
index 721f0c8f70..1df0351c59 100644
--- a/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
+++ b/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
@@ -1,4 +1,4 @@
-; RUN: opt -strip-dead-debug-info | llvm-dis -o %t.ll
+; RUN: opt -strip-dead-debug-info < %s | llvm-dis -o %t.ll
; RUN: grep -v bar %t.ll
; RUN: grep -v abcd %t.ll