Skip to content

Commit

Permalink
Additional updates for #444
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed May 21, 2024
1 parent b3d7948 commit 8b15ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/trgen/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,8 @@ public void DoNonPomDirectedGenerate(Config config)

test.start_rule = config.start_rule;
test.example_files = "examples";
test.fully_qualified_lexer_name = "";
test.fully_qualified_parser_name = "";
test.fully_qualified_lexer_name = null;
test.fully_qualified_parser_name = null;
test.package = test.target == "Go" ? "parser" : "";
var all_grammars_pattern = "^(?!.*(" +
(test.ignore_string != null
Expand Down
2 changes: 1 addition & 1 deletion src/trgen/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dotnet-antlr": {
"commandName": "Project",
"commandLineArgs": "-t CSharp",
"workingDirectory": "C:\\msys64\\home\\Kenne\\issues\\g4-current\\csharp"
"workingDirectory": "C:\\Users\\Kenne\\Documents\\GitHub\\Domemtech.Trash\\_tests\\basic-trees"
}
}
}

0 comments on commit 8b15ef2

Please sign in to comment.