[ELF] - Simplify test case. NFCI.

llvm-svn: 327614
This commit is contained in:
George Rimar 2018-03-15 09:26:08 +00:00
parent 61a1f50b39
commit 76f1c78dea
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# REQUIRES: x86
# RUN: echo ".section .foo.1,\"a\"" > %t.s
# RUN: echo ".quad 1" >> %t.s
# RUN: echo '.section .foo.1, "a"; .quad 1' > %t.s
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %t.s -o %t.o
# RUN: ld.lld -o %t %t.o -Map=%t.map --script %s