Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): fix initialization order in Test_Parser
Parser's constructor might use the diag reporter (because Parser::Parser calls Lexer::Lexer which lexes the first token). Ensure Test_Parser's diag reporter is initialized before making the Parser.
- Loading branch information