Skip to content

Commit 29c59cc

Browse files
committed
Remove extra \
Should fix the windows bots. llvm-svn: 282181
1 parent 15c5795 commit 29c59cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/linkerscript/orphan-align.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RUN: .text : { *(.text) } \
55
# RUN: . = ALIGN(0x1000); \
66
# RUN: .data.rel.ro : { *(.data.rel.ro) } \
7-
# RUN: }" \ > %t.script
7+
# RUN: }" > %t.script
88
# RUN: ld.lld -o %t -T %t.script %t.o -shared
99
# RUN: llvm-readobj -l %t | FileCheck %s
1010

0 commit comments

Comments
 (0)