| author | |
| committer | |
| log | 23f414b9277449ada36e170414e61b070836ceda |
| tree | c47497d8a42171847492d66d0d24b68eb62225f8 |
| parent | 6ba843ee0fee75490655544bb9442f20e271cc2c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/stage1/parser.cpp+1-1| ... | ... | @@ -626,7 +626,7 @@ static AstNodeContainerDecl ast_parse_container_members(ParseContext *pc) { |
| 626 | 626 | return res; |
| 627 | 627 | } |
| 628 | 628 | |
| 629 | // TestDecl <- KEYWORD_test STRINGLITERALSINGLE Block | |
| 629 | // TestDecl <- KEYWORD_test STRINGLITERALSINGLE? Block | |
| 630 | 630 | static AstNode *ast_parse_test_decl(ParseContext *pc) { |
| 631 | 631 | TokenIndex test = eat_token_if(pc, TokenIdKeywordTest); |
| 632 | 632 | if (test == 0) |