diff options
Diffstat (limited to 'lld/test/elf2/string-table.s')
| -rw-r--r-- | lld/test/elf2/string-table.s | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lld/test/elf2/string-table.s b/lld/test/elf2/string-table.s index 2e8d9d0f693..666c649835c 100644 --- a/lld/test/elf2/string-table.s +++ b/lld/test/elf2/string-table.s @@ -6,10 +6,6 @@ .global _start _start: -.global hidden -.hidden hidden -hidden: - .section foobar,"",@progbits,unique,1 .section foobar,"T",@progbits,unique,2 .section foobar,"",@nobits,unique,3 @@ -46,8 +42,7 @@ hidden: // CHECK-NOT: Name: foobar -// Test that the sting "bar" is merged into "foobar" and that we don't output -// the name of a hidden symbol. +// Test that the string "bar" is merged into "foobar". // CHECK: Section { // CHECK: Index: |

