Skip to content

Commit 0b38ca8

Browse files
fixup! [llvm-objcopy] Error with relevant message when adding invalid notes
1 parent e788d15 commit 0b38ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-objcopy/ELF/add-invalid-note.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# RUN: llvm-objcopy --add-section=.note.short=%t-short-note.bin --no-verify-note-sections %t.o %t-with-note.o
3737

3838
## test that last argument has precedence
39-
# RUN: llvm-objcopy --add-section=.note.short=%t-short-note.bin --verify-note-section --no-verify-note-sections %t.o %t-with-note.o
39+
# RUN: llvm-objcopy --add-section=.note.short=%t-short-note.bin --verify-note-sections --no-verify-note-sections %t.o %t-with-note.o
4040

4141
!ELF
4242
FileHeader:

0 commit comments

Comments
 (0)