Prevent test from hanging waiting for input.

llvm-svn: 107446
This commit is contained in:
Dale Johannesen 2010-07-01 22:57:11 +00:00
parent f21e2fe2b9
commit e7117f93f1

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