[llvm] 12c9ffd - [obj2yaml] - Update a comment in a test case. NFC.
Georgii Rymar via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 02:04:28 PDT 2019
Author: Georgii Rymar
Date: 2019-10-29T11:58:19+03:00
New Revision: 12c9ffd108345f643df98dfa8653af1a4311ed86
URL: https://github.com/llvm/llvm-project/commit/12c9ffd108345f643df98dfa8653af1a4311ed86
DIFF: https://github.com/llvm/llvm-project/commit/12c9ffd108345f643df98dfa8653af1a4311ed86.diff
LOG: [obj2yaml] - Update a comment in a test case. NFC.
Addresses post-commit comments for D69160.
Added:
Modified:
llvm/test/tools/obj2yaml/invalid-section-name.yaml
Removed:
################################################################################
diff --git a/llvm/test/tools/obj2yaml/invalid-section-name.yaml b/llvm/test/tools/obj2yaml/invalid-section-name.yaml
index 0f1251c212c6..cfc59efed594 100644
--- a/llvm/test/tools/obj2yaml/invalid-section-name.yaml
+++ b/llvm/test/tools/obj2yaml/invalid-section-name.yaml
@@ -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
More information about the llvm-commits
mailing list