Skip to content

Commit 7e569fb

Browse files
committed
Fix check of dynamic-section.test
Signed-off-by: Ruoyu Qiu <[email protected]>
1 parent 6eeb6ee commit 7e569fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/tools/llvm-objdump/ELF/dynamic-section.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,11 @@ Sections:
475475
# RUN: llvm-objdump -p %t5 2>&1 | FileCheck %s --strict-whitespace -DFILE=%t5 --check-prefix=WARN
476476

477477
# WARN: Dynamic Section:
478-
# WARN: warning: '[[FILE]]': invalid string table offset
479-
# WARN: NEEDED 0x0000000000000010
480-
# WARN: NEEDED
481-
# WARN: STRTAB 0x0000000000001000
482-
# WARN: STRSZ 0x0000000000000010
478+
# WARN-NEXT: warning: '[[FILE]]': invalid string table offset
479+
# WARN-NEXT: NEEDED 0x0000000000000010
480+
# WARN-NEXT: NEEDED {{$}}
481+
# WARN-NEXT: STRTAB 0x0000000000001000
482+
# WARN-NEXT: STRSZ 0x0000000000000010
483483

484484
--- !ELF
485485
FileHeader:

0 commit comments

Comments
 (0)