From: Chris Lattner Date: Tue, 30 Nov 2004 17:13:13 +0000 (+0000) Subject: do not pass -e into llvm-db as a command. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=907e9bc3f10cce0b86ef9d70076d29cb5302a700;p=oota-llvm.git do not pass -e into llvm-db as a command. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 85a8ed119ad..07ab16ad64c 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,5 +1,5 @@ ;; RUN: llvm-as -f %s -o %t.bc -;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc +;; RUN: echo "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc ;; Debugger type declarations