diff options
-rw-r--r-- | test/Debugger/funccall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 3774bd6..85a8ed1 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,5 +1,5 @@ -;; RUN: llvm-as -f %s -o %s.bc -;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %s.bc +;; RUN: llvm-as -f %s -o %t.bc +;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc ;; Debugger type declarations |