Prevent test from hanging waiting for input.
authorDale Johannesen <dalej@apple.com>
Thu, 1 Jul 2010 22:57:11 +0000 (22:57 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 1 Jul 2010 22:57:11 +0000 (22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107446 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll

index 721f0c8f70071a00119850a0f4d07d277d45fea1..1df0351c59abe47b069ee2c5518d0246cbac7345 100644 (file)
@@ -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