diff options
Diffstat (limited to 'lld/test/pecoff/bss-section.test')
-rw-r--r-- | lld/test/pecoff/bss-section.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/pecoff/bss-section.test b/lld/test/pecoff/bss-section.test index f686e12d722..8054df23569 100644 --- a/lld/test/pecoff/bss-section.test +++ b/lld/test/pecoff/bss-section.test @@ -2,10 +2,10 @@ # RUN: -- %p/Inputs/bss.obj && llvm-readobj -sections %t | FileCheck %s CHECK: Section { -CHECK: Number: 2 +CHECK: Number: 1 CHECK-NEXT: Name: .bss CHECK-NEXT: VirtualSize: 0x0 -CHECK-NEXT: VirtualAddress: 0x2000 +CHECK-NEXT: VirtualAddress: 0x1000 CHECK-NEXT: RawDataSize: 1024 CHECK-NEXT: PointerToRawData: 0x0 CHECK-NEXT: PointerToRelocations: 0x0 |