diff options
Diffstat (limited to 'lld/test/ELF/linkerscript/no-space.s')
-rw-r--r-- | lld/test/ELF/linkerscript/no-space.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/no-space.s b/lld/test/ELF/linkerscript/no-space.s index e8b6be7e790..9291109f6f2 100644 --- a/lld/test/ELF/linkerscript/no-space.s +++ b/lld/test/ELF/linkerscript/no-space.s @@ -16,7 +16,7 @@ # CHECK: Section to Segment mapping: # CHECK-NEXT: Segment Sections... # CHECK-NEXT: 00 -# CHECK-NEXT: 01 foo .dynsym .hash .dynstr +# CHECK-NEXT: 01 foo .text .dynsym .hash .dynstr .section foo, "a" .quad 0 |