From 76f1c78deafe289a6a73743bf8e2987738d75ed3 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Thu, 15 Mar 2018 09:26:08 +0000 Subject: [PATCH] [ELF] - Simplify test case. NFCI. llvm-svn: 327614 --- lld/test/ELF/linkerscript/map-file.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lld/test/ELF/linkerscript/map-file.test b/lld/test/ELF/linkerscript/map-file.test index eca3b01..5ab3d01 100644 --- a/lld/test/ELF/linkerscript/map-file.test +++ b/lld/test/ELF/linkerscript/map-file.test @@ -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 -- 2.7.4