forked from OSchip/llvm-project
[llvm-readelf][test] - Update comment in elf-verdef-invalid.test. NFC.
It was suggested to change it during review of D70810, but I've forgotten to update it before commit.
This commit is contained in:
parent
7ab1481361
commit
99adf047c8
|
@ -235,7 +235,7 @@ DynamicSymbols:
|
|||
- Name: foo
|
||||
Binding: STB_GLOBAL
|
||||
|
||||
## Check how we handle the case when a version definition entry has an unsupported version.
|
||||
## Check how we handle a version definition entry with an unsupported version.
|
||||
|
||||
# RUN: yaml2obj %s --docnum=9 -o %t9
|
||||
# RUN: llvm-readobj -V %t9 2>&1 | FileCheck %s --check-prefix=UNSUPPORTED-VERSION -DFILE=%t9
|
||||
|
|
Loading…
Reference in New Issue