[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 30 09:13:26 PST 2004
Changes in directory llvm/test/Regression/Debugger:
funccall.ll updated: 1.4 -> 1.5
---
Log message:
do not pass -e into llvm-db as a command.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.4 llvm/test/Regression/Debugger/funccall.ll:1.5
--- llvm/test/Regression/Debugger/funccall.ll:1.4 Tue Nov 30 11:12:00 2004
+++ llvm/test/Regression/Debugger/funccall.ll Tue Nov 30 11:13:13 2004
@@ -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
More information about the llvm-commits
mailing list