From 13eef45ee5533f8e66a077913103bd5e65137557 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Nov 2004 17:12:00 +0000 Subject: [PATCH] Put the output in the temporary location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18389 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Debugger/funccall.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 3774bd6813a..85a8ed119ad 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