diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-30 17:12:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-30 17:12:00 +0000 |
commit | c7edfa52a4111a07ea1cfd97218240e1e2067eeb (patch) | |
tree | be0dcab3b9e1a52543e768c4b0110a872b46a2e2 | |
parent | 3f6419949c71f3e4cdd034285c1d3068476051ce (diff) | |
download | bcm5719-llvm-c7edfa52a4111a07ea1cfd97218240e1e2067eeb.tar.gz bcm5719-llvm-c7edfa52a4111a07ea1cfd97218240e1e2067eeb.zip |
Put the output in the temporary location
llvm-svn: 18389
-rw-r--r-- | llvm/test/Regression/Debugger/funccall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/Debugger/funccall.ll b/llvm/test/Regression/Debugger/funccall.ll index 3774bd6813a..85a8ed119ad 100644 --- a/llvm/test/Regression/Debugger/funccall.ll +++ b/llvm/test/Regression/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 |