diff options
| -rw-r--r-- | lld/test/ELF/relocation-common.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/relocation-common.s b/lld/test/ELF/relocation-common.s index 71b1ac0e2e2..26d98508dd7 100644 --- a/lld/test/ELF/relocation-common.s +++ b/lld/test/ELF/relocation-common.s @@ -11,4 +11,4 @@ _start: .comm sym1,4,4 // CHECK: 201000: {{.*}} movl $1, 4086(%rip) -// CHECK: 0000000000202000 g .bss 00000004 sym1 +// CHECK: 0000000000202000 g .bss O 00000004 sym1 |

