Skip to content

Commit ca39168

Browse files
committed
[LLD][ELF] change CHECK to CHECK-NEXT in overlay-phdr.test NFCI
A code-review comment to change a couple of CHECK to CHECK-NEXT that I forgot to apply prior to committing. Differential Revision: https://reviews.llvm.org/D150445
1 parent 61d5671 commit ca39168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lld/test/ELF/linkerscript/overlay-phdr.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ SECTIONS {
2121
# RUN: llvm-readelf --sections -l %t | FileCheck %s
2222

2323
# CHECK: Section Headers:
24-
# CHECK: Name Type Address Off Size
25-
# CHECK: .out.big PROGBITS 0000000000001000 001000 000008
26-
# CHECK: .out.small PROGBITS 0000000000001000 002000 000004
27-
# CHECK: .text PROGBITS 0000000000001008 002008 000001
24+
# CHECK: Name Type Address Off Size
25+
# CHECK: .out.big PROGBITS 0000000000001000 001000 000008
26+
# CHECK-NEXT: .out.small PROGBITS 0000000000001000 002000 000004
27+
# CHECK-NEXT: .text PROGBITS 0000000000001008 002008 000001
2828

2929

3030
# CHECK: Program Headers:

0 commit comments

Comments
 (0)