Added dummy member to CustomType in Custom_AST_test

This commit is contained in:
yhirose 2023-03-25 08:42:26 -04:00
parent d9dfc5b4f5
commit 3947450925

View File

@ -401,7 +401,7 @@ TEST(GeneralTest, Skip_token_test2) {
} }
TEST(GeneralTest, Custom_AST_test) { TEST(GeneralTest, Custom_AST_test) {
struct CustomType {}; struct CustomType { bool dummy = false; };
using CustomAst = AstBase<CustomType>; using CustomAst = AstBase<CustomType>;
parser parser(R"( parser parser(R"(