[AST] Fixed string list in test

This commit is contained in:
Dávid Bolvanský 2020-08-09 23:17:48 +02:00
parent 9658647d72
commit eeb7c496e3
1 changed files with 2 additions and 2 deletions

View File

@ -792,8 +792,8 @@ TEST_F(CommentParserTest, ParamCommand2) {
TEST_F(CommentParserTest, ParamCommand3) {
const char *Sources[] = {
("// \\param aaa Bbb\n",
"// \\param\n"
"// \\param aaa Bbb\n",
("// \\param\n"
"// aaa Bbb\n"),
("// \\param \n"
"// aaa Bbb\n"),