forked from OSchip/llvm-project
[obj2yaml] - Fix a comment. NFC.
I forgot to address this nit before committing.. llvm-svn: 375405
This commit is contained in:
parent
4ec0b08438
commit
6fc2891916
|
@ -1,6 +1,6 @@
|
|||
## Check we do not crash/assert when dumping a broken section name.
|
||||
## Here we replace "foo" name with a sequence of characters that
|
||||
## do are not representable as unsigned char.
|
||||
## are not representable as unsigned char.
|
||||
## We used to have an assert for this case before.
|
||||
|
||||
# RUN: yaml2obj %s -o %t
|
||||
|
|
Loading…
Reference in New Issue