diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 07ab16ad64c..4ef450f5ca0 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