Remove unused parameter to LexConflictManager
This commit is contained in:
parent
a8d2585330
commit
f065eb0480
4 changed files with 1 additions and 14 deletions
|
|
@ -9,13 +9,7 @@ using namespace build_tables;
|
|||
START_TEST
|
||||
|
||||
describe("LexConflictManager::resolve(new_action, old_action)", []() {
|
||||
LexicalGrammar lexical_grammar{{
|
||||
Variable("other_token", VariableTypeNamed, pattern("[a-b]")),
|
||||
Variable("lookahead_token", VariableTypeNamed, pattern("[c-d]"))
|
||||
}, {}};
|
||||
|
||||
LexConflictManager conflict_manager(lexical_grammar);
|
||||
|
||||
LexConflictManager conflict_manager;
|
||||
bool update;
|
||||
Symbol sym1(0, true);
|
||||
Symbol sym2(1, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue