[LLD][ELD] - Remove excessive lines from test. NFC.

They are not used.

llvm-svn: 359084
This commit is contained in:
George Rimar 2019-04-24 12:00:09 +00:00
parent ccf096463a
commit 1ee7bee224
1 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,6 @@
# REQUIRES: x86
# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-mc %s -o %t/simple.o -filetype=obj -triple x86_64-pc-linux
# RUN: echo > %t/empty.o
# RUN: llvm-ar --format=gnu cr %t/not-elf.a %t/empty.o
# RUN: not ld.lld --whole-archive %t/not-elf.a -o %t2 2>&1 | \
# RUN: FileCheck --check-prefix=NOT-ELF %s
# NOT-ELF: not-elf.a(empty.o): not an ELF file
@ -11,5 +8,3 @@
# RUN: not ld.lld %p/Inputs/binding.elf -o %t2 2>&1 | \
# RUN: FileCheck --check-prefix=INVALID-BINDING %s
# INVALID-BINDING: unexpected binding
.long foo