mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Modified the test so that it puts temporary files into the temporary directory.
llvm-svn: 8717
This commit is contained in:
parent
bcf58e4cf5
commit
7e8da7cfb8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user