mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!
llvm-svn: 120698
This commit is contained in:
parent
922894345e
commit
f8cc69a131
@ -4,13 +4,13 @@
|
||||
; from various style archives.
|
||||
|
||||
; RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
|
||||
; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
|
||||
; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc > /dev/null 2>/dev/null
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
|
||||
; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
|
||||
; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
Loading…
x
Reference in New Issue
Block a user