[ELF] - Fix build bot after r326892 "[ELF] - Report LMA region overflows."

Removed excessive line from testcase.

llvm-svn: 326893
This commit is contained in:
George Rimar 2018-03-07 12:16:26 +00:00
parent 97e054e00d
commit 64b2ba1f81
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# REQUIRES: x86
# echo '.section .foo,"a"; .quad 1' | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %t.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %t.s -o %t.o
# RUN: not ld.lld -o %t %t.o --script %s 2>&1 | FileCheck %s
# CHECK: error: section '.foo' will not fit in region 'flash': overflowed by 264 bytes