[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:
Georgii Rymar 2019-11-29 11:38:27 +03:00
parent 7ab1481361
commit 99adf047c8
1 changed files with 1 additions and 1 deletions

View File

@ -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