mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2025-04-02 08:52:08 +00:00
Added dummy member to CustomType in Custom_AST_test
This commit is contained in:
parent
d9dfc5b4f5
commit
3947450925
@ -401,7 +401,7 @@ TEST(GeneralTest, Skip_token_test2) {
|
||||
}
|
||||
|
||||
TEST(GeneralTest, Custom_AST_test) {
|
||||
struct CustomType {};
|
||||
struct CustomType { bool dummy = false; };
|
||||
using CustomAst = AstBase<CustomType>;
|
||||
|
||||
parser parser(R"(
|
||||
|
Loading…
Reference in New Issue
Block a user