Updated for the new QMTest test suite. Temporary output file is now placed

inside the temporary file directory.

llvm-svn: 8744
This commit is contained in:
John Criswell 2003-09-29 21:21:59 +00:00
parent 4a9eeed2ad
commit 26ef887bc3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -f -lowerrefs -o Output/%s.bc
; RUN: llvm-as < %s | opt -f -lowerrefs -o %t1.bc
;
%Flat_struct = type { sbyte, float }
%Flat_t = type { sbyte, float }