mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
Darwin and solaris don't support echo -e. This should get the test passing
for them. llvm-svn: 18511
This commit is contained in:
parent
f1f044b1a5
commit
430568bbdd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user