Remove unused parameter to LexConflictManager

This commit is contained in:
Max Brunsfeld 2015-12-17 15:45:47 -08:00
parent a8d2585330
commit f065eb0480
4 changed files with 1 additions and 14 deletions

View file

@ -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);