[ELF] - Simplify test case. NFCI.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 15 Mar 2018 09:26:08 +0000 (09:26 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 15 Mar 2018 09:26:08 +0000 (09:26 +0000)
llvm-svn: 327614

lld/test/ELF/linkerscript/map-file.test

index eca3b01..5ab3d01 100644 (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