Skip to content

Commit d9791b0

Browse files
committed
Darwin and solaris don't support echo -e. This should get the test passing
for them. llvm-svn: 18511
1 parent 59ed56e commit d9791b0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

llvm/test/Regression/Debugger/funccall.ll

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
;; RUN: echo create > %t.commands
2+
;; RUN: echo s >> %t.commands
3+
;; RUN: echo s >> %t.commands
4+
;; RUN: echo finish >> %t.commands
5+
;; RUN: echo bt >> %t.commands
6+
;; RUN: echo q >> %t.commands
7+
;; RUN: echo y >> %t.commands
18
;; RUN: llvm-as -f %s -o %t.bc
2-
;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
9+
;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
310

411

512
;; Debugger type declarations

0 commit comments

Comments
 (0)