mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
[clang-tidy] Slighly clarified a comment.
llvm-svn: 231370
This commit is contained in:
parent
da4ebb219b
commit
333d81121d
@ -89,7 +89,8 @@ TEST(NamespaceCommentCheckTest, FixWrongComments) {
|
||||
"} // namespace",
|
||||
runCheckOnCode<NamespaceCommentCheck>("namespace {\n"
|
||||
"} // namespace asdf"));
|
||||
// Remove unknown comments.
|
||||
// Remove unknown line comments. These are likely to be an unrecognized form
|
||||
// of a namespace ending comment.
|
||||
EXPECT_EQ("namespace {\n"
|
||||
"} // namespace",
|
||||
runCheckOnCode<NamespaceCommentCheck>("namespace {\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user