1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Modified the test so that it puts temporary files into the temporary directory.

llvm-svn: 8717
This commit is contained in:
John Criswell 2003-09-26 13:58:44 +00:00
parent bcf58e4cf5
commit 7e8da7cfb8

View File

@ -5,9 +5,9 @@
; of the bug that was causing the Olden Health benchmark to output incorrect
; results!
;
; RUN: llvm-as < %s | opt -constprop | llvm-dis > s1 && \
; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > s2 && \
; RUN: diff s1 s2
; RUN: llvm-as < %s | opt -constprop | llvm-dis > %t.1 && \
; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > %t.2 && \
; RUN: diff %t.1 %t.2
implementation