diff --git a/lld/test/ELF/copy-relocation-zero-nonabs-addr.s b/lld/test/ELF/copy-relocation-zero-nonabs-addr.s --- a/lld/test/ELF/copy-relocation-zero-nonabs-addr.s +++ b/lld/test/ELF/copy-relocation-zero-nonabs-addr.s @@ -21,9 +21,10 @@ // CHECKSO-NEXT: Section: .text // When foo has st_value == 0, it carries the section alignment. -// In this case, section alignment is 2^10, 0x202400 meets the requirement. +// In this case, section alignment is 2^10, an address ending in 000, 400, 800 +// or C00 meets the requirement. // CHECK: Name: foo -// CHECK-NEXT: Value: 0x202400 +// CHECK-NEXT: Value: 0x{{[0-9A-F]+[048C]}}00 // CHECK-NEXT: Size: 4 // CHECK-NEXT: Binding: Global // CHECK-NEXT: Type: Object