diff options
Diffstat (limited to 'test/Debugger/funccall.ll')
-rw-r--r-- | test/Debugger/funccall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 07ab16a..4ef450f 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -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 |