forked from OSchip/llvm-project
Add back -e, which apparently works in sh's echo but not tcsh's, which does
not need it. Also, grep some output so we know that this command does something. llvm-svn: 18393
This commit is contained in:
parent
4114c7d87c
commit
3f9b831041
|
@ -1,5 +1,5 @@
|
|||
;; RUN: llvm-as -f %s -o %t.bc
|
||||
;; RUN: echo "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc
|
||||
;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
|
||||
|
||||
|
||||
;; Debugger type declarations
|
||||
|
|
Loading…
Reference in New Issue