summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/linkerscript/orphan-align.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/orphan-align.s b/lld/test/ELF/linkerscript/orphan-align.s
index 7539a8d0f80..47995b1ad08 100644
--- a/lld/test/ELF/linkerscript/orphan-align.s
+++ b/lld/test/ELF/linkerscript/orphan-align.s
@@ -4,7 +4,7 @@
# RUN: .text : { *(.text) } \
# RUN: . = ALIGN(0x1000); \
# RUN: .data.rel.ro : { *(.data.rel.ro) } \
-# RUN: }" \ > %t.script
+# RUN: }" > %t.script
# RUN: ld.lld -o %t -T %t.script %t.o -shared
# RUN: llvm-readobj -l %t | FileCheck %s
OpenPOWER on IntegriCloud