summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 17:12:00 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 17:12:00 +0000
commitc7edfa52a4111a07ea1cfd97218240e1e2067eeb (patch)
treebe0dcab3b9e1a52543e768c4b0110a872b46a2e2
parent3f6419949c71f3e4cdd034285c1d3068476051ce (diff)
downloadbcm5719-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.ll4
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
OpenPOWER on IntegriCloud