diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 7614d0565cc..3774bd6813a 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,3 +1,7 @@ +;; RUN: llvm-as -f %s -o %s.bc +;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %s.bc + + ;; Debugger type declarations %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* } %lldb.global = type { uint, %lldb.compile_unit*, sbyte*, {}*, sbyte*, bool, bool }