Skip to content

Commit 3947450

Browse files
committed
Added dummy member to CustomType in Custom_AST_test
1 parent d9dfc5b commit 3947450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test1.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ TEST(GeneralTest, Skip_token_test2) {
401401
}
402402

403403
TEST(GeneralTest, Custom_AST_test) {
404-
struct CustomType {};
404+
struct CustomType { bool dummy = false; };
405405
using CustomAst = AstBase<CustomType>;
406406

407407
parser parser(R"(

0 commit comments

Comments
 (0)