summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 17:13:13 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 17:13:13 +0000
commit907e9bc3f10cce0b86ef9d70076d29cb5302a700 (patch)
treee6a4295b965e949c8be3a03c551e73fab82784fb /test
parent13eef45ee5533f8e66a077913103bd5e65137557 (diff)
downloadllvm-907e9bc3f10cce0b86ef9d70076d29cb5302a700.tar.gz
llvm-907e9bc3f10cce0b86ef9d70076d29cb5302a700.tar.bz2
llvm-907e9bc3f10cce0b86ef9d70076d29cb5302a700.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/Debugger/funccall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll
index 85a8ed119a..07ab16ad64 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