Skip to content

Commit

Permalink
[llvm-readobj][NFC] Remove unused prefix from FileCheck tests
Browse files Browse the repository at this point in the history
This is to enable --allow-unused-duplicates=false. This prefix appears
to be outdated and intentionally unused.

Reviewed By: rupprecht

Differential Revision: https://reviews.llvm.org/D90427
  • Loading branch information
keith authored and rupprecht committed Oct 30, 2020
1 parent c645ea5 commit 29f9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-readobj/ELF/needed-libs.test
Expand Up @@ -58,7 +58,7 @@ ProgramHeaders:
## Check what we print when the dynamic string table is empty.
# RUN: yaml2obj %s --docnum=2 -o %t2
# RUN: llvm-readobj --needed-libs %t2 2>&1 | \
# RUN: FileCheck %s -DFILE=%t2 --implicit-check-not=warning: --check-prefixes=EMPTY-DYNSTR,EMPTY-DYNSTR-LLVM
# RUN: FileCheck %s -DFILE=%t2 --implicit-check-not=warning: --check-prefixes=EMPTY-DYNSTR
# RUN: llvm-readelf --needed-libs %t2 2>&1 | \
# RUN: FileCheck %s -DFILE=%t2 --implicit-check-not=warning: --check-prefix=EMPTY-DYNSTR

Expand Down

0 comments on commit 29f9db7

Please sign in to comment.