aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-07-06 23:06:58 +0000
committerDale Johannesen <dalej@apple.com>2010-07-06 23:06:58 +0000
commit6f01541ae615dd1f420117f6233fdedf714bd25f (patch)
treee1dddec2147b5873d885af43e13fef133a165ff5
parent35702d27c4dc470dddb0b6394c418fdd356a5367 (diff)
downloadllvm-6f01541ae615dd1f420117f6233fdedf714bd25f.zip
llvm-6f01541ae615dd1f420117f6233fdedf714bd25f.tar.gz
llvm-6f01541ae615dd1f420117f6233fdedf714bd25f.tar.bz2
Make test not hang waiting for input.
llvm-svn: 107721
-rw-r--r--llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll b/llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll
index bb13182..edd6015 100644
--- a/llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll
+++ b/llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -relocation-model pic -o /dev/null
+; RUN: llc -O0 -relocation-model pic < %s -o /dev/null
; PR7545
@.str = private constant [4 x i8] c"one\00", align 1 ; <[4 x i8]*> [#uses=1]
@.str1 = private constant [4 x i8] c"two\00", align 1 ; <[5 x i8]*> [#uses=1]