[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 4 15:44:57 PST 2004



Changes in directory llvm/test/Regression/Debugger:

funccall.ll updated: 1.6 -> 1.7
---
Log message:

Darwin and solaris don't support echo -e.  This should get the test passing
for them.


---
Diffs of the changes:  (+8 -1)

Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.6 llvm/test/Regression/Debugger/funccall.ll:1.7
--- llvm/test/Regression/Debugger/funccall.ll:1.6	Tue Nov 30 11:47:13 2004
+++ llvm/test/Regression/Debugger/funccall.ll	Sat Dec  4 17:44:42 2004
@@ -1,5 +1,12 @@
+;; RUN: echo create > %t.commands
+;; RUN: echo s >> %t.commands
+;; RUN: echo s >> %t.commands
+;; RUN: echo finish >> %t.commands
+;; RUN: echo bt >> %t.commands
+;; RUN: echo q >> %t.commands
+;; RUN: echo y >> %t.commands
 ;; RUN: llvm-as -f %s -o %t.bc
-;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
+;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
 
 
 ;; Debugger type declarations






More information about the llvm-commits mailing list