[obj2yaml] - Update a comment in a test case. NFC.

Addresses post-commit comments for D69160.
This commit is contained in:
Georgii Rymar 2019-10-29 11:58:19 +03:00
parent 6c07a00aeb
commit 12c9ffd108
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Check we do not crash/assert when dumping a broken section name.
## Here we replace "foo" name with a sequence of characters that
## Here we replace the section name with a sequence of characters that
## are not representable as unsigned char.
## We used to have an assert for this case before.
## We used to assert for this case before.
# RUN: yaml2obj %s -o %t
# RUN: obj2yaml %t | FileCheck %s