Prevent test from hanging waiting for input.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107446 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2010-07-01 22:57:11 +00:00
parent eabd735c9a
commit cf22493496

View 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