Skip to content

Commit 55e226e

Browse files
davidbolvanskymemfrob
authored andcommitted
[AST] Fixed string list in test
1 parent 8658cb1 commit 55e226e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/unittests/AST/CommentParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,8 @@ TEST_F(CommentParserTest, ParamCommand2) {
792792

793793
TEST_F(CommentParserTest, ParamCommand3) {
794794
const char *Sources[] = {
795-
("// \\param aaa Bbb\n",
796-
"// \\param\n"
795+
"// \\param aaa Bbb\n",
796+
("// \\param\n"
797797
"// aaa Bbb\n"),
798798
("// \\param \n"
799799
"// aaa Bbb\n"),

0 commit comments

Comments
 (0)