[InstCombine] Remove insertRangeTest code that handles the equality case.
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / standard-streams.test
blob85b120b22a9794acc55c298c0d206ab1985e8656
1 # RUN: llvm-objcopy - %t < %p/Inputs/alloc-symtab.o
2 # RUN: llvm-objcopy %p/Inputs/alloc-symtab.o %t1
3 # RUN: cmp %t %t1
5 # RUN: llvm-objcopy %p/Inputs/alloc-symtab.o - > %t2
6 # RUN: cmp %t1 %t2